mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 01:40:00 +00:00
TimerId should be set to 0 when hiding.
This commit is contained in:
parent
4c17c3f6be
commit
4c19c6fb46
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