diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-04-22 10:43:13 +0200 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-04-22 10:43:13 +0200 |
commit | 79df52b57e92c7f30ee8b01c55b7cc7d0a0b2215 (patch) | |
tree | 632a31a3552d217e3a6b8ab30c61c48e599082b6 /tools/editor/plugins/theme_editor_plugin.h | |
parent | c0ec7e933ac6b6419e564b276b49c8d9a6d03f30 (diff) | |
parent | d75856146cccd9547eb41ce64bca95cd71f6fb66 (diff) |
Merge pull request #4388 from kurikaesu/theme-editor-remove-class-items
Adds a remove class item option in the theme editor.
Diffstat (limited to 'tools/editor/plugins/theme_editor_plugin.h')
-rw-r--r-- | tools/editor/plugins/theme_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/theme_editor_plugin.h b/tools/editor/plugins/theme_editor_plugin.h index 52c4aed839..49d5ae3096 100644 --- a/tools/editor/plugins/theme_editor_plugin.h +++ b/tools/editor/plugins/theme_editor_plugin.h @@ -67,6 +67,7 @@ class ThemeEditor : public Control { POPUP_ADD, POPUP_CLASS_ADD, POPUP_REMOVE, + POPUP_CLASS_REMOVE, POPUP_CREATE_TEMPLATE }; |