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/space.c')
-rw-r--r--source/blender/src/space.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index f5af535c356..f014942aca8 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -4638,6 +4638,7 @@ void force_draw_plus(int type)
ScrArea *tempsa, *sa;
scrarea_do_windraw(curarea);
+ scrarea_do_headdraw(curarea);
tempsa= curarea;
sa= G.curscreen->areabase.first;
@@ -4646,6 +4647,7 @@ void force_draw_plus(int type)
if(ELEM5(sa->spacetype, SPACE_VIEW3D, SPACE_IPO, SPACE_SEQ, SPACE_BUTS, SPACE_ACTION)) {
areawinset(sa->win);
scrarea_do_windraw(sa);
+ scrarea_do_headdraw(sa);
}
}
sa= sa->next;