summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.h
diff options
context:
space:
mode:
authorBernhard Liebl <Bernhard.Liebl@gmx.org>2018-03-11 14:20:32 +0100
committerBernhard Liebl <Bernhard.Liebl@gmx.org>2018-03-11 14:20:32 +0100
commit512069001330ac8f91492986f61a0963308e7d5d (patch)
treeaf858bd9ac934846f53d4715be9d25ef282b21a9 /editor/editor_log.h
parent47addcf9d03da717e54158e455d1fc558b4bd66f (diff)
downloadredot-engine-512069001330ac8f91492986f61a0963308e7d5d.tar.gz
Show error icon at "Output" in case of errors
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r--editor/editor_log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h
index 42137f71cc..f9bc82de7d 100644
--- a/editor/editor_log.h
+++ b/editor/editor_log.h
@@ -51,6 +51,7 @@ class EditorLog : public VBoxContainer {
RichTextLabel *log;
HBoxContainer *title_hb;
//PaneDrag *pd;
+ ToolButton *tool_button;
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);
@@ -68,6 +69,7 @@ protected:
public:
void add_message(const String &p_msg, bool p_error = false);
+ void set_tool_button(ToolButton *p_tool_button);
void deinit();
void clear();