mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
Merge pull request #88293 from WhalesState/tab_bar
Fix `TabBar` size when theme changes
This commit is contained in:
commit
cea77f81ea
@ -376,6 +376,7 @@ void TabBar::_notification(int p_what) {
|
||||
}
|
||||
|
||||
queue_redraw();
|
||||
update_minimum_size();
|
||||
|
||||
[[fallthrough]];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user