diff options
| author | Juan Linietsky | 2016-01-17 20:03:57 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-17 20:03:57 -0300 |
| commit | 74a48a0140262ebd3a818a75b7d102cf0fe2eeae (patch) | |
| tree | 6789b64b2df5bbf81d519a4d4d70d1e9f0c35655 /tools/editor/plugins/theme_editor_plugin.h | |
| parent | 72fcb8a35beab251d01864bc67da3e3a8e75aed6 (diff) | |
| download | godot-74a48a0140262ebd3a818a75b7d102cf0fe2eeae.tar.gz godot-74a48a0140262ebd3a818a75b7d102cf0fe2eeae.tar.zst godot-74a48a0140262ebd3a818a75b7d102cf0fe2eeae.zip | |
-Massive editor dialog cleanup
-Added a bottom menu list
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 f5e7192a7..52c4aed83 100644 --- a/tools/editor/plugins/theme_editor_plugin.h +++ b/tools/editor/plugins/theme_editor_plugin.h @@ -102,6 +102,7 @@ class ThemeEditorPlugin : public EditorPlugin { ThemeEditor *theme_editor; EditorNode *editor; + Button *button; public: |
