Typo fix: rename SortableVisbilityMode

This commit is contained in:
Janis Kirsteins 2025-01-19 00:33:39 +01:00
parent 7b1ed520bd
commit 815e905972
15 changed files with 24 additions and 24 deletions

View file

@ -268,7 +268,7 @@ Size2 FlowContainer::get_minimum_size() const {
Size2i minimum;
for (int i = 0; i < get_child_count(); i++) {
Control *c = as_sortable_control(get_child(i), SortableVisbilityMode::VISIBLE);
Control *c = as_sortable_control(get_child(i), SortableVisibilityMode::VISIBLE);
if (!c) {
continue;
}