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:
authorDalai Felinto <dfelinto@gmail.com>2018-02-08 13:03:35 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-02-08 13:03:35 +0300
commit14a19fed788af0cf3695eb5def92510841056e08 (patch)
tree78d17868598a94abcd6b9df4867720f4b39a9176
parent8fa19e195036c2792046d91ad106dec6460e65a5 (diff)
Fixing builds for 2.8 - outliner typo
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 3908cdaad0c..4308a795a9c 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1957,7 +1957,7 @@ void draw_outliner(const bContext *C)
block = UI_block_begin(C, ar, __func__, UI_EMBOSS);
outliner_draw_tree((bContext *)C, block, scene, view_layer, ar, soops, has_restrict_icons, &te_edit);
- if (soops->outlinevis, SO_DATABLOCKS) {
+ if (soops->outlinevis == SO_DATABLOCKS) {
/* draw rna buttons */
outliner_draw_rnacols(ar, sizex_rna);
outliner_draw_rnabuts(block, ar, soops, sizex_rna, &soops->tree);