mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 04:34:39 +00:00
Fix Output panel annoying focus steal
This commit is contained in:
parent
dfbc2dce17
commit
a3e4914355
3 changed files with 14 additions and 1 deletions
|
|
@ -360,7 +360,9 @@ void ScriptEditorDebugger::_parse_message(const String& p_msg,const Array& p_dat
|
|||
|
||||
if (EditorNode::get_log()->is_hidden()) {
|
||||
log_forced_visible=true;
|
||||
EditorNode::get_singleton()->make_bottom_panel_item_visible(EditorNode::get_log());
|
||||
if (EditorNode::get_singleton()->are_bottom_panels_hidden()) {
|
||||
EditorNode::get_singleton()->make_bottom_panel_item_visible(EditorNode::get_log());
|
||||
}
|
||||
}
|
||||
EditorNode::get_log()->add_message(t);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue