You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Fix dock opening focus
This commit is contained in:
@@ -105,7 +105,7 @@ EditorDock::EditorDock() {
|
||||
|
||||
void EditorDock::open() {
|
||||
if (!is_open) {
|
||||
EditorDockManager::get_singleton()->open_dock(this);
|
||||
EditorDockManager::get_singleton()->open_dock(this, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user