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:
authorIan Thompson <quornian@googlemail.com>2008-08-02 03:39:52 +0400
committerIan Thompson <quornian@googlemail.com>2008-08-02 03:39:52 +0400
commited5002458b810974277b7a6bd5d9c3c29d052d53 (patch)
tree6870b336c67d2337c073fad0c574e24cbd13b6cb /source/blender/src/space.c
parentb767d406ad933dd9354757eb228f63dfc59c1c57 (diff)
parent7565990db264dbb7771744cea0a1c87b3e11fc3f (diff)
Merged 15771:15912 from trunk
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 454d50bd208..c59faa36853 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -5119,7 +5119,10 @@ static void winqreadseqspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
}
}
- if(doredraw) scrarea_queue_winredraw(curarea);
+ if(doredraw) {
+ scrarea_queue_winredraw(curarea);
+ scrarea_queue_headredraw(curarea);
+ }
}