Merge pull request #119721 from YeldhamDev/scene_tabs_theme_fix
Fix editor scene tabs not updating properly on theme change
This commit is contained in:
@@ -60,6 +60,7 @@ void EditorSceneTabs::_notification(int p_what) {
|
||||
scene_tabs->add_theme_constant_override("icon_max_width", get_theme_constant(SNAME("class_icon_size"), EditorStringName(Editor)));
|
||||
|
||||
scene_list->set_button_icon(get_editor_theme_icon(SNAME("GuiTabMenuHl")));
|
||||
_update_tab_titles();
|
||||
|
||||
scene_tab_add->set_button_icon(get_editor_theme_icon(SNAME("Add")));
|
||||
scene_tab_add->add_theme_color_override("icon_normal_color", Color(0.6f, 0.6f, 0.6f, 0.8f));
|
||||
|
||||
Reference in New Issue
Block a user