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 acb9a4e + 0fefd6c commit 9de7856Copy full SHA for 9de7856
scene/gui/grid_container.cpp
@@ -279,7 +279,7 @@ Size2 GridContainer::get_minimum_size() const {
279
280
int valid_controls_index = 0;
281
for (int i = 0; i < get_child_count(); i++) {
282
- Control *c = as_sortable_control(get_child(i));
+ Control *c = as_sortable_control(get_child(i), SortableVisbilityMode::VISIBLE);
283
if (!c) {
284
continue;
285
}
0 commit comments