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-10-03 03:10:56 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-10-03 03:10:56 +0400
commitd9b04751589651719c7759744d83d51b90bad2f3 (patch)
tree02ff58d2f80c3fd131eca4acb1b918e0c62d8942 /source/blender/src/editmesh_loop.c
parent6d52a829ef18c4b07a93312cd8c872d147337f37 (diff)
bug #2909
header is redrawn at the end of loopcut to fix part 2 of the bug , my previous commit fixed the first half of it :)
Diffstat (limited to 'source/blender/src/editmesh_loop.c')
-rw-r--r--source/blender/src/editmesh_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_loop.c b/source/blender/src/editmesh_loop.c
index 30005ea5076..2e6f1e8309c 100644
--- a/source/blender/src/editmesh_loop.c
+++ b/source/blender/src/editmesh_loop.c
@@ -388,8 +388,8 @@ void CutEdgeloop(int numcuts)
EM_selectmode_set();
}
- //force_draw(0);
DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA);
+ scrarea_queue_headredraw(curarea);
scrarea_queue_winredraw(curarea);
return;
}