1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Merge pull request #7364 from guilhermefelipecgs/fix_bottom_panel_visibility_on_play

Fix bottom panel visibility on play
This commit is contained in:
Rémi Verschelde
2017-01-02 15:54:26 +01:00
committed by GitHub
3 changed files with 5 additions and 14 deletions

View File

@@ -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);