Merge pull request #58881 from pfertyk/issue_58790_all_tabs_in_front_crash
This commit is contained in:
commit
31b3bda36a
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ void TabContainer::set_all_tabs_in_front(bool p_in_front) {
|
|||
all_tabs_in_front = p_in_front;
|
||||
|
||||
remove_child(tab_bar);
|
||||
add_child(tab_bar, false, all_tabs_in_front ? INTERNAL_MODE_BACK : INTERNAL_MODE_FRONT);
|
||||
add_child(tab_bar, false, all_tabs_in_front ? INTERNAL_MODE_FRONT : INTERNAL_MODE_BACK);
|
||||
}
|
||||
|
||||
bool TabContainer::is_all_tabs_in_front() const {
|
||||
|
|
Loading…
Reference in a new issue