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

View File

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