mirror of https://github.com/godotengine/godot
Fix `TabBar` size when theme changes
This commit is contained in:
parent
e92d55bbf4
commit
fdba051a40
|
|
@ -376,6 +376,7 @@ void TabBar::_notification(int p_what) {
|
||||||
}
|
}
|
||||||
|
|
||||||
queue_redraw();
|
queue_redraw();
|
||||||
|
update_minimum_size();
|
||||||
|
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue