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

@@ -96,7 +96,6 @@ class ScriptEditorDebugger : public Control {
TabContainer *tabs;
LineEdit *reason;
bool log_forced_visible;
ScriptEditorDebuggerVariables *variables;
Button *step;