Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-01-19 06:22:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-19 06:22:02 +0300
commite91148e463a37ee99f68cc955d0b9d59dbb32025 (patch)
tree579e6e902a71c5c9c7ee776220c13ba8427c3b29 /source/blender/editors/space_outliner/outliner_tree.c
parent704494e8cd970832482d550abdbdd6fb5079bb46 (diff)
RNA/API: name outliner sort option like UIList
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_tree.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c
index f1a7a982c26..a4b12311fde 100644
--- a/source/blender/editors/space_outliner/outliner_tree.c
+++ b/source/blender/editors/space_outliner/outliner_tree.c
@@ -1312,7 +1312,7 @@ static void outliner_sort(SpaceOops *soops, ListBase *lb)
TreeStoreElem *tselem;
int totelem = 0;
- if (soops->flag & SO_SKIP_SORTING)
+ if (soops->flag & SO_SKIP_SORT_ALPHA)
return;
te = lb->last;