mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix TabBar size when theme changes
(cherry picked from commit fdba051a40)
This commit is contained in:
committed by
Rémi Verschelde
parent
f90d6dffed
commit
b4be0634d4
@@ -373,6 +373,7 @@ void TabBar::_notification(int p_what) {
|
||||
}
|
||||
|
||||
queue_redraw();
|
||||
update_minimum_size();
|
||||
|
||||
[[fallthrough]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user