Merge pull request #88293 from WhalesState/tab_bar

Fix `TabBar` size when theme changes
This commit is contained in:
Rémi Verschelde 2024-02-13 23:43:50 +01:00
commit cea77f81ea
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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