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 14eee2b + 59c6658 commit 9108c62Copy full SHA for 9108c62
scene/gui/scroll_container.cpp
@@ -547,7 +547,7 @@ PackedStringArray ScrollContainer::get_configuration_warnings() const {
547
int found = 0;
548
549
for (int i = 0; i < get_child_count(); i++) {
550
- Control *c = as_sortable_control(get_child(i));
+ Control *c = as_sortable_control(get_child(i), SortableVisbilityMode::VISIBLE);
551
if (!c) {
552
continue;
553
}
0 commit comments