Merge pull request #117232 from kitbdev/fix-tabcontainer-change-tab-now
Fix TabContainer set current tab not immediately updating visibility
This commit is contained in:
commit
73f979b03a
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ void TabContainer::_on_tab_hovered(int p_tab) {
|
|||
}
|
||||
|
||||
void TabContainer::_on_tab_changed(int p_tab) {
|
||||
_repaint_call_deferred();
|
||||
_repaint();
|
||||
queue_redraw();
|
||||
queue_accessibility_update();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue