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:
Diffstat (limited to 'source/blender/src/edittime.c')
-rw-r--r--source/blender/src/edittime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/edittime.c b/source/blender/src/edittime.c
index 0a000d65419..990bcd72ecf 100644
--- a/source/blender/src/edittime.c
+++ b/source/blender/src/edittime.c
@@ -718,6 +718,9 @@ static void timeline_force_draw(short val)
else if(sa->spacetype==SPACE_BUTS) {
if(val & TIME_ALL_BUTS_WIN) dodraw= 1;
}
+ else if(sa->spacetype==SPACE_IMAGE) {
+ if (val & TIME_ALL_IMAGE_WIN) dodraw = 1;
+ }
else if(sa->spacetype==SPACE_SEQ) {
if (val & TIME_SEQ) dodraw = 1;
}