Fix `TabBar` size when theme changes
(cherry picked from commit fdba051a40
)
This commit is contained in:
parent
f90d6dffed
commit
b4be0634d4
|
@ -373,6 +373,7 @@ void TabBar::_notification(int p_what) {
|
|||
}
|
||||
|
||||
queue_redraw();
|
||||
update_minimum_size();
|
||||
|
||||
[[fallthrough]];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue