1
0
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:
kobewi
2025-11-28 23:24:19 +01:00
parent 7ed0b61676
commit cea95e6004
4 changed files with 11 additions and 5 deletions

View File

@@ -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);
}
}