summaryrefslogtreecommitdiffstats
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-06-17 01:13:23 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-06-17 01:13:23 -0300
commitf0d9245ecf981dada4595da0e525cc95a0caf785 (patch)
tree037a745f42c5b89a1fcae1166b10a17c90883254 /tools/editor/editor_node.h
parent816b3fa94de91fb671b58d7cda57f10104a682da (diff)
downloadredot-engine-f0d9245ecf981dada4595da0e525cc95a0caf785.tar.gz
-added missing .inc files
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index 7023c6c174..d56cf4bc07 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -693,6 +693,7 @@ public:
static void unregister_editor_types();
Control *get_gui_base() { return gui_base; }
+ Control *get_theme_base() { return gui_base->get_parent_control(); }
static void add_io_error(const String& p_error);