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
path: root/source
diff options
context:
space:
mode:
authorJulian Eisel <eiseljulian@gmail.com>2016-10-16 15:39:06 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-10-16 15:39:06 +0300
commitb659cb8dbc2cc79123b5381f36aa05f4644d837d (patch)
tree0efdf9f22a2c75b3552a8f1d647ca8ab217aa88d /source
parent7fec7eee2070aac701f7918311a05ca2bfd1b3b0 (diff)
Fix missing outliner redraw when adding VSE strip
Needed for outliner "Sequence" display mode.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_outliner/space_outliner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index 76bf9c701ed..759ef4e78e4 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -306,6 +306,7 @@ static void outliner_main_region_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(s
case ND_KEYINGSET:
case ND_FRAME:
case ND_RENDER_OPTIONS:
+ case ND_SEQUENCER:
case ND_LAYER:
case ND_WORLD:
ED_region_tag_redraw(ar);