Add custom sort to center tab bar in the editor and project manager.

This commit is contained in:
Pāvels Nadtočajevs
2025-04-06 22:20:57 +03:00
parent af2c713971
commit 539e54567b
4 changed files with 55 additions and 2 deletions

View File

@ -7723,6 +7723,7 @@ EditorNode::EditorNode() {
main_editor_button_hb->set_mouse_filter(Control::MOUSE_FILTER_STOP);
editor_main_screen->set_button_container(main_editor_button_hb);
title_bar->add_child(main_editor_button_hb);
title_bar->set_center_control(main_editor_button_hb);
// Options are added and handled by DebuggerEditorPlugin.
debug_menu = memnew(PopupMenu);