Fix TabContainer desync when tabs share names

This commit is contained in:
Michael Alexsander
2024-04-09 02:02:05 -03:00
parent a5565c86ff
commit adea1a4b9b
2 changed files with 16 additions and 12 deletions

View File

@ -101,6 +101,7 @@ private:
Vector<Control *> _get_tab_controls() const;
void _on_theme_changed();
void _repaint();
void _refresh_tab_indices();
void _refresh_tab_names();
void _update_margins();
void _on_mouse_exited();