diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-07-20 13:19:58 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-07-20 16:56:52 +0800 |
commit | 4501df37276c9c4d1591551771ce205f38037011 (patch) | |
tree | c3ba387493f921beb00641c09088d797ce94146e /editor/plugins/theme_editor_plugin.h | |
parent | d7811c72ed0fec3af1dbb3fc3802f86afafc7421 (diff) | |
download | redot-engine-4501df37276c9c4d1591551771ce205f38037011.tar.gz |
Improve add item type UI in theme editor
Diffstat (limited to 'editor/plugins/theme_editor_plugin.h')
-rw-r--r-- | editor/plugins/theme_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h index 3c114a375a..e78b244a42 100644 --- a/editor/plugins/theme_editor_plugin.h +++ b/editor/plugins/theme_editor_plugin.h @@ -239,7 +239,7 @@ class ThemeItemEditorDialog : public AcceptDialog { void _update_edit_item_tree(String p_item_type); void _item_tree_button_pressed(Object *p_item, int p_column, int p_id); - void _add_theme_type(); + void _add_theme_type(const String &p_new_text); void _add_theme_item(Theme::DataType p_data_type, String p_item_name, String p_item_type); void _remove_data_type_items(Theme::DataType p_data_type, String p_item_type); void _remove_class_items(); |