summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_scene_tabs.h
diff options
context:
space:
mode:
authorkit <kitbdev@gmail.com>2023-10-24 20:44:37 -0400
committerkit <kitbdev@gmail.com>2023-10-26 11:13:39 -0400
commit473c209fcd1a24554d5485bdee43ec4835a0f2f2 (patch)
treee85f4e3b4d575f35e43e2d4a91114d41a3aeed41 /editor/gui/editor_scene_tabs.h
parent06d51891678e3abf360d6fcd2e8bd1ba96704fcc (diff)
downloadredot-engine-473c209fcd1a24554d5485bdee43ec4835a0f2f2.tar.gz
Only update EditorSceneTabs tabs when necessary
Diffstat (limited to 'editor/gui/editor_scene_tabs.h')
-rw-r--r--editor/gui/editor_scene_tabs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/gui/editor_scene_tabs.h b/editor/gui/editor_scene_tabs.h
index 88e5b35364..770114835a 100644
--- a/editor/gui/editor_scene_tabs.h
+++ b/editor/gui/editor_scene_tabs.h
@@ -63,7 +63,9 @@ class EditorSceneTabs : public MarginContainer {
void _scene_tab_hovered(int p_tab);
void _scene_tab_exit();
void _scene_tab_input(const Ref<InputEvent> &p_input);
+ void _scene_tabs_resized();
+ void _update_tab_titles();
void _reposition_active_tab(int p_to_index);
void _update_context_menu();
void _disable_menu_option_if(int p_option, bool p_condition);