mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
fixed tooltip not disapearing when deleting model
This commit is contained in:
parent
d7782a2365
commit
266dc6be3e
1 changed files with 1 additions and 1 deletions
|
@ -1119,8 +1119,8 @@ function handeMenuEvent(menuItem){
|
|||
Models.editModel(editModelID, properties);
|
||||
}
|
||||
}
|
||||
tooltip.show(false);
|
||||
}
|
||||
tooltip.show(false);
|
||||
}
|
||||
Menu.menuItemEvent.connect(handeMenuEvent);
|
||||
|
||||
|
|
Loading…
Reference in a new issue