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/editview.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/editview.c')
-rw-r--r--source/blender/src/editview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editview.c b/source/blender/src/editview.c
index 21077c112bc..65c80f6388a 100644
--- a/source/blender/src/editview.c
+++ b/source/blender/src/editview.c
@@ -889,7 +889,7 @@ void mouse_select(void)
}
/* complete redraw when: */
- if(G.f & (G_VERTEXPAINT+G_FACESELECT+G_TEXTUREPAINT+G_WEIGHTPAINT)) allqueue(REDRAWVIEW3D, 0);
+ if(G.f & (G_VERTEXPAINT+G_FACESELECT+G_TEXTUREPAINT+G_WEIGHTPAINT)) allqueue(REDRAWVIEW3D, 1);
}
else {