Browse Source

Fix `TabBar` size when theme changes

Mounir Tohami 1 year ago
parent
commit
fdba051a40
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();
 			queue_redraw();
+			update_minimum_size();
 
 
 			[[fallthrough]];
 			[[fallthrough]];
 		}
 		}