* ./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:
parent
d5d17466d4
commit
9bd457393e
|
@ -159,6 +159,7 @@ namespace Hurricane {
|
||||||
|
|
||||||
void NetlistWidget::keyPressEvent ( QKeyEvent* event )
|
void NetlistWidget::keyPressEvent ( QKeyEvent* event )
|
||||||
{
|
{
|
||||||
|
event->ignore ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue