You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
repaint tab container when changing tab visibility
This commit is contained in:
@@ -727,6 +727,7 @@ void TabContainer::set_tab_hidden(int p_tab, bool p_hidden) {
|
||||
if (!get_clip_tabs()) {
|
||||
update_minimum_size();
|
||||
}
|
||||
call_deferred(SNAME("_repaint"));
|
||||
}
|
||||
|
||||
bool TabContainer::is_tab_hidden(int p_tab) const {
|
||||
|
||||
Reference in New Issue
Block a user