diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-10-03 11:50:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-03 11:50:18 +0200 |
commit | de648e552bf651ea465bf9fd4fc9b863e04077a8 (patch) | |
tree | e6194ffc0152d73f4d6b4bb23e173e46fb157c87 /tools/editor/editor_log.h | |
parent | 44b741dd3c49fef26874872f9208bfa804fdecbe (diff) | |
parent | fd236a4b6cb4619844c7fd0bafa6a4dc089d8019 (diff) |
Merge pull request #6575 from Geequlim/more_themes
More custom theme support for editor
Diffstat (limited to 'tools/editor/editor_log.h')
-rw-r--r-- | tools/editor/editor_log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_log.h b/tools/editor/editor_log.h index 699be710d8..bbf35b63cb 100644 --- a/tools/editor/editor_log.h +++ b/tools/editor/editor_log.h @@ -50,6 +50,7 @@ class EditorLog : public VBoxContainer { HBoxContainer *title_hb; // PaneDrag *pd; Control *ec; + PanelContainer *pc; static void _error_handler(void *p_self, const char*p_func, const char*p_file,int p_line, const char*p_error,const char*p_errorexp,ErrorHandlerType p_type); @@ -64,6 +65,7 @@ protected: static void _bind_methods(); void _notification(int p_what); + void _override_logger_styles(); public: void add_message(const String& p_msg, bool p_error=false); |