Explorar o código

Fix option run/output/always_open_output_on_play

Guilherme Silva %!s(int64=7) %!d(string=hai) anos
pai
achega
9974e86904
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      editor/script_editor_debugger.cpp

+ 3 - 1
editor/script_editor_debugger.cpp

@@ -612,7 +612,9 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, const Array &p_da
 
 			if (!EditorNode::get_log()->is_visible()) {
 				if (EditorNode::get_singleton()->are_bottom_panels_hidden()) {
-					EditorNode::get_singleton()->make_bottom_panel_item_visible(EditorNode::get_log());
+					if (EDITOR_GET("run/output/always_open_output_on_play")) {
+						EditorNode::get_singleton()->make_bottom_panel_item_visible(EditorNode::get_log());
+					}
 				}
 			}
 			EditorNode::get_log()->add_message(t);