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
path: root/source
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2008-01-27 20:24:03 +0300
committerMartin Poirier <theeth@yahoo.com>2008-01-27 20:24:03 +0300
commit1dbf4deb8eab416d09f51e5606a8b53c06fe73fb (patch)
tree91fe4a3734b3f8cdd4dc0c3a8321733a72397b31 /source
parent55468e405c13dd351c8067d193c070da68e50039 (diff)
Cursor to Active, adding missing redraw call.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/edit.c1
1 files changed, 1 insertions, 0 deletions
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()