Rework editor docks

This commit is contained in:
kobewi
2025-05-16 21:44:43 +02:00
parent 9283328fe7
commit 97b398cba1
26 changed files with 806 additions and 387 deletions
+3 -1
View File
@@ -98,7 +98,9 @@ void EditorLayoutsDialog::_post_popup() {
Vector<String> layouts = config->get_sections();
for (const String &E : layouts) {
layout_names->add_item(E);
if (!E.contains_char('/')) {
layout_names->add_item(E);
}
}
if (name->is_visible()) {
name->grab_focus();