Browse Source

Merge pull request #88293 from WhalesState/tab_bar

Fix `TabBar` size when theme changes
Rémi Verschelde 1 year ago
parent
commit
cea77f81ea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/gui/tab_bar.cpp

+ 1 - 0
scene/gui/tab_bar.cpp

@@ -376,6 +376,7 @@ void TabBar::_notification(int p_what) {
 			}
 
 			queue_redraw();
+			update_minimum_size();
 
 			[[fallthrough]];
 		}