Merge pull request #7364 from guilhermefelipecgs/fix_bottom_panel_visibility_on_play
Fix bottom panel visibility on play
This commit is contained in:
commit
ac04a932d6
3 changed files with 5 additions and 14 deletions
|
|
@ -1922,6 +1922,9 @@ void EditorNode::_run(bool p_current,const String& p_custom) {
|
|||
log->clear();
|
||||
}
|
||||
|
||||
if (bool(EDITOR_DEF("run/always_open_output_on_play", true))) {
|
||||
make_bottom_panel_item_visible(log);
|
||||
}
|
||||
|
||||
List<String> breakpoints;
|
||||
editor_data.get_editor_breakpoints(&breakpoints);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue