You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix submenus deleted accidentally
This commit is contained in:
@@ -670,7 +670,7 @@ void EditorPropertyOTFeatures::update_property() {
|
||||
}
|
||||
|
||||
// Update add menu items.
|
||||
menu->clear();
|
||||
menu->clear(false);
|
||||
bool have_sub[FGRP_MAX];
|
||||
for (int i = 0; i < FGRP_MAX; i++) {
|
||||
menu_sub[i]->clear();
|
||||
|
||||
Reference in New Issue
Block a user