diff options
| author | Aren Villanueva | 2016-04-21 11:58:53 +1000 |
|---|---|---|
| committer | Aren Villanueva | 2016-04-21 11:58:53 +1000 |
| commit | d75856146cccd9547eb41ce64bca95cd71f6fb66 (patch) | |
| tree | 632a31a3552d217e3a6b8ab30c61c48e599082b6 /tools/editor/plugins/theme_editor_plugin.h | |
| parent | c0ec7e933ac6b6419e564b276b49c8d9a6d03f30 (diff) | |
| download | godot-d75856146cccd9547eb41ce64bca95cd71f6fb66.tar.gz godot-d75856146cccd9547eb41ce64bca95cd71f6fb66.tar.zst godot-d75856146cccd9547eb41ce64bca95cd71f6fb66.zip | |
Adds a remove class item option in the theme editor.
I've also added a get_stylebox_types helper function to the theme class in order to figure out exactly what types are available to a theme.
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 52c4aed83..49d5ae309 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 }; |
