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.
TabContainer
1 parent 922ae7e commit 2ff61e0Copy full SHA for 2ff61e0
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