Fix `TabBar` size when theme changes

(cherry picked from commit fdba051a40)
This commit is contained in:
Mounir Tohami 2024-02-13 18:04:31 +00:00 committed by Rémi Verschelde
parent f90d6dffed
commit b4be0634d4
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

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