* ./hurricane/src/hviewer :

Bug : make the Netlist Browser filter to work again. Have to ignore
     the keyPressEvent in NetlistWidget (a bit counter-intuitive:
     ignore event in NetlistWidget to have them accounteds in the
     SortFilter children widget).
This commit is contained in:
Jean-Paul Chaput 2008-12-03 13:52:37 +00:00
parent d5d17466d4
commit 9bd457393e
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ namespace Hurricane {
void NetlistWidget::keyPressEvent ( QKeyEvent* event )
{
event->ignore ();
}