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:
authorTon Roosendaal <ton@blender.org>2004-10-01 14:10:09 +0400
committerTon Roosendaal <ton@blender.org>2004-10-01 14:10:09 +0400
commitd818141744bff49c8c7ae6befd7ba901bd2d869f (patch)
tree882a1b5faa9161ec3d7e1c66c39b6825ff9c9c4e /source/blender/src/space.c
parent2f91c66d85f04779342ba5c7593363ac8820553b (diff)
Header redraw added for 'select mode menu'. Also checked more files for it.
Reminder, the allqueue() function needs as last arg a '1' if you want header to be refreshed too!
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 474c74b425f..ac21a923990 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -377,7 +377,7 @@ static void RestoreState(void)
{
curarea->win_swap = 0;
curarea->head_swap=0;
- allqueue(REDRAWVIEW3D, 0);
+ allqueue(REDRAWVIEW3D, 1);
allqueue(REDRAWBUTSALL, 0);
reset_slowparents();
waitcursor(0);