diff options
author | Maximillian <maximillian.pol@gmail.com> | 2015-01-08 09:33:40 -0700 |
---|---|---|
committer | Maximillian <maximillian.pol@gmail.com> | 2015-01-08 09:33:40 -0700 |
commit | 5b7b817c9b53d0390f785c7abddd16d17c0f33a5 (patch) | |
tree | 0718883bb9e567221675e84599226e77a16958f3 /tools | |
parent | 41b3a1fea3e1c948520514d34dafe5a48728f1f8 (diff) | |
parent | f1b9994cbcb682defb745e2d69503984324416be (diff) |
Merge branch 'fix_debug_process_exited_alert'
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/script_editor_debugger.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index 024377ad18..5043c5cdcd 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/tools/editor/script_editor_debugger.cpp @@ -478,8 +478,6 @@ void ScriptEditorDebugger::_notification(int p_what) { if (!connection->is_connected()) { stop(); editor->notify_child_process_exited(); //somehow, exited - msgdialog->set_text("Process being debugged exited."); - msgdialog->popup_centered(Size2(250,100)); break; }; |