Selaa lähdekoodia

Fix process being debugged has exited pop up #1128

Maximillian 10 vuotta sitten
vanhempi
commit
f1b9994cbc
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      tools/editor/script_editor_debugger.cpp

+ 0 - 2
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;
 			};