mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
commit
71b6000249
1 changed files with 0 additions and 2 deletions
|
|
@ -721,7 +721,6 @@ void EditorDockManager::load_docks_from_config(Ref<ConfigFile> p_layout, const S
|
||||||
dock->hide();
|
dock->hide();
|
||||||
} else {
|
} else {
|
||||||
dock->is_open = true;
|
dock->is_open = true;
|
||||||
dock->show();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -830,7 +829,6 @@ void EditorDockManager::open_dock(EditorDock *p_dock, bool p_set_current) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
p_dock->show();
|
|
||||||
_update_layout();
|
_update_layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue