Fix T65060: Outliner - Sort Alphabetically checkbox is not working
Bug introduced on 78f8679cfc. Basically a copy/paste error in my
original collection children implementation.
This commit is contained in:
@@ -1808,7 +1808,7 @@ static void outliner_collections_children_sort(ListBase *lb)
|
||||
}
|
||||
|
||||
for (te = lb->first; te; te = te->next) {
|
||||
outliner_sort(&te->subtree);
|
||||
outliner_collections_children_sort(&te->subtree);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user