From 1dbf4deb8eab416d09f51e5606a8b53c06fe73fb Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Sun, 27 Jan 2008 17:24:03 +0000 Subject: [PATCH] Cursor to Active, adding missing redraw call. --- source/blender/src/edit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/edit.c b/source/blender/src/edit.c index 32a1122cf41..11837cc3433 100644 --- a/source/blender/src/edit.c +++ b/source/blender/src/edit.c @@ -1567,6 +1567,7 @@ void snap_curs_to_active() VECCOPY(curs, BASACT->object->obmat[3]); } } + allqueue(REDRAWVIEW3D, 0); } void snap_curs_to_firstsel()