You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #6479 from RandomShaper/improve-debug-focus
Improve debug focus behavior
This commit is contained in:
@@ -216,6 +216,8 @@ void ScriptEditorDebugger::debug_continue() {
|
||||
ERR_FAIL_COND(connection.is_null());
|
||||
ERR_FAIL_COND(!connection->is_connected());
|
||||
|
||||
OS::get_singleton()->enable_for_stealing_focus(EditorNode::get_singleton()->get_child_process_id());
|
||||
|
||||
Array msg;
|
||||
msg.push_back("continue");
|
||||
ppeer->put_var(msg);
|
||||
|
||||
Reference in New Issue
Block a user