You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Reset reason text when no longer connected
Resets the "Child Process Connected" when the child process is no longer connected.
This commit is contained in:
@@ -1240,6 +1240,9 @@ void ScriptEditorDebugger::stop() {
|
|||||||
if (connection.is_valid()) {
|
if (connection.is_valid()) {
|
||||||
EditorNode::get_log()->add_message("** Debug Process Stopped **");
|
EditorNode::get_log()->add_message("** Debug Process Stopped **");
|
||||||
connection.unref();
|
connection.unref();
|
||||||
|
|
||||||
|
reason->set_text("");
|
||||||
|
reason->set_tooltip("");
|
||||||
}
|
}
|
||||||
|
|
||||||
pending_in_queue = 0;
|
pending_in_queue = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user