Typo fix: rename SortableVisbilityMode
This commit is contained in:
parent
7b1ed520bd
commit
815e905972
15 changed files with 24 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue