mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
TimerId should be set to 0 when hiding.
This commit is contained in:
parent
86fe3045cf
commit
2a4af46577
1 changed files with 3 additions and 0 deletions
|
@ -168,7 +168,10 @@ namespace GUIEditor
|
|||
void NelGUIWidget::hide()
|
||||
{
|
||||
if( timerID != 0 )
|
||||
{
|
||||
killTimer( timerID );
|
||||
timerID = 0;
|
||||
}
|
||||
}
|
||||
|
||||
QWidget* NelGUIWidget::getViewPort()
|
||||
|
|
Loading…
Reference in a new issue