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:
-rw-r--r--source/blender/editors/space_outliner/outliner.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index 40a365f956c..6ac094b3ad3 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -2259,7 +2259,6 @@ static int do_outliner_item_activate(bContext *C, Scene *scene, ARegion *ar, Spa
else tselem->flag |= TSE_CLOSED;
}
- soops->storeflag |= SO_TREESTORE_REDRAW;
return 1;
}
@@ -2371,8 +2370,6 @@ static int do_outliner_item_openclose(bContext *C, SpaceOops *soops, TreeElement
if(tselem->flag & TSE_CLOSED) tselem->flag &= ~TSE_CLOSED;
else tselem->flag |= TSE_CLOSED;
}
-
- soops->storeflag |= SO_TREESTORE_REDRAW;
return 1;
}