mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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