mirror of
https://github.com/godotengine/godot.git
synced 2025-01-26 04:22:30 -05:00
Merge pull request #61435 from nathanfranke/tab-container-repaint
repaint tab container when changing tab visibility (fixes filesystem tab disappearing)
This commit is contained in:
commit
ec2e7ea98c
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue