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/editsima.c')
-rw-r--r--source/blender/src/editsima.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/src/editsima.c b/source/blender/src/editsima.c
index a0a94caa2a9..54dccca6512 100644
--- a/source/blender/src/editsima.c
+++ b/source/blender/src/editsima.c
@@ -1132,9 +1132,7 @@ void mouse_select_sima(void)
*flagpoin |= val;
}
- if(redraw || G.f & G_DRAWFACES) {
- force_draw_plus(SPACE_VIEW3D);
- }
+ if(redraw || G.f & G_DRAWFACES) force_draw();
else {
glDrawBuffer(GL_FRONT);
draw_tfaces();
@@ -1281,7 +1279,7 @@ void uvedit_selectionCB(short selecting, Object *editobj, short *mval, float rad
if(G.f & G_DRAWFACES) { /* full redraw only if necessary */
draw_sel_circle(0, 0, 0, 0, 0); /* signal */
- force_draw_plus(SPACE_VIEW3D);
+ force_draw();
}
else { /* force_draw() is no good here... */
glDrawBuffer(GL_FRONT);