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/edit.c')
-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()