mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Merge pull request #17435 from poke1024/output-error-icon
Show error icon at "Output" in case of errors
This commit is contained in:
commit
ed1fb87429
3 changed files with 10 additions and 4 deletions
|
|
@ -5560,7 +5560,8 @@ EditorNode::EditorNode() {
|
|||
bottom_panel_vb->add_child(bottom_panel_hb);
|
||||
|
||||
log = memnew(EditorLog);
|
||||
add_bottom_panel_item(TTR("Output"), log);
|
||||
ToolButton *output_button = add_bottom_panel_item(TTR("Output"), log);
|
||||
log->set_tool_button(output_button);
|
||||
|
||||
old_split_ofs = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue