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
committerCampbell Barton <ideasman42@gmail.com>2018-02-08 13:06:11 +0300
commit4c0232bdf138b4d383baeb23b2e7196d884fc0b4 (patch)
treeffb1dde07a15c7550a3d6b56f4e7c06f6d93a5a3
parenta37d3f3b6cac51de26fb54e55fe073d45b1d7fa6 (diff)
Fixing builds for 2.8 - outliner typotemp-workspace-object-mode-removal
-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);