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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-08-03 23:23:56 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-08-03 23:23:56 +0400
commit45386aeb3ce87a92cdd577307ed9301c65849664 (patch)
tree45e6556683d648d9cfa81629b248be5baf65018f /source/blender/src/editmesh_loop.c
parentb03a20d2721c938f0e65bf9a426fd44028c4592a (diff)
Made the screen redraw on loopcut cancel
Diffstat (limited to 'source/blender/src/editmesh_loop.c')
-rw-r--r--source/blender/src/editmesh_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editmesh_loop.c b/source/blender/src/editmesh_loop.c
index f5aa923de73..9c043bbb66a 100644
--- a/source/blender/src/editmesh_loop.c
+++ b/source/blender/src/editmesh_loop.c
@@ -348,6 +348,7 @@ void CutEdgeloop(int numcuts)
}
}
}
+ scrarea_queue_winredraw(curarea);
if(cancel){
return;