mirror of https://github.com/godotengine/godot
parent
f488a841c7
commit
5381a27f79
|
|
@ -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 New Issue