fixed tooltip not disapearing when deleting model

This commit is contained in:
Atlante45 2014-06-19 18:09:17 -07:00
parent d7782a2365
commit 266dc6be3e

View file

@ -1119,8 +1119,8 @@ function handeMenuEvent(menuItem){
Models.editModel(editModelID, properties);
}
}
tooltip.show(false);
}
tooltip.show(false);
}
Menu.menuItemEvent.connect(handeMenuEvent);