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.
1 parent e4e024a commit 59c6658Copy full SHA for 59c6658
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