We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f27e78 + 2ff61e0 commit 2f91184Copy full SHA for 2f91184
scene/gui/tab_container.cpp
@@ -909,7 +909,7 @@ Size2 TabContainer::get_minimum_size() const {
909
for (int i = 0; i < controls.size(); i++) {
910
Control *c = controls[i];
911
912
- if (!c->is_visible_in_tree() && !use_hidden_tabs_for_min_size) {
+ if (!c->is_visible() && !use_hidden_tabs_for_min_size) {
913
continue;
914
}
915
0 commit comments