Typo fix: rename SortableVisbilityMode
This commit is contained in:
@ -59,7 +59,7 @@ void GraphElement::_resort() {
|
||||
Size2 GraphElement::get_minimum_size() const {
|
||||
Size2 minsize;
|
||||
for (int i = 0; i < get_child_count(); i++) {
|
||||
Control *child = as_sortable_control(get_child(i), SortableVisbilityMode::IGNORE);
|
||||
Control *child = as_sortable_control(get_child(i), SortableVisibilityMode::IGNORE);
|
||||
if (!child) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user