summaryrefslogtreecommitdiffstats
path: root/editor/plugins/font_config_plugin.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-09-26 15:21:54 +0200
committerkobewi <kobewi4e@gmail.com>2023-09-26 16:47:33 +0200
commite30e84d77a7be4ab2867e92354d06e8f509b490f (patch)
tree5a1026a0c0b97bdd7774da997476ca25146e199c /editor/plugins/font_config_plugin.cpp
parent36945dad0730ee013547493df60c4c59567b4290 (diff)
downloadredot-engine-e30e84d77a7be4ab2867e92354d06e8f509b490f.tar.gz
Fix submenus deleted accidentally
Diffstat (limited to 'editor/plugins/font_config_plugin.cpp')
-rw-r--r--editor/plugins/font_config_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/font_config_plugin.cpp b/editor/plugins/font_config_plugin.cpp
index 6de2549059..a0500bdb48 100644
--- a/editor/plugins/font_config_plugin.cpp
+++ b/editor/plugins/font_config_plugin.cpp
@@ -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();