This reverts commit d1526da787fba050391747a9286f9e0521c6f2d1.

If tweaking is done by accident, user better increase threshold in preferences.
This commit is contained in:
Campbell Barton 2014-05-19 21:34:57 +10:00
parent 3a3b990b2d
commit 74f77a2956

@ -994,11 +994,7 @@ int transformEvent(TransInfo *t, const wmEvent *event)
}
else {
if (t->obedit && t->obedit->type == OB_MESH) {
if ((t->mode == TFM_TRANSLATION) &&
(t->spacetype == SPACE_VIEW3D) &&
/* prevents accidental select-tweak, gkey. see: T40102 */
(ISMOUSE(t->launch_event) == 0))
{
if ((t->mode == TFM_TRANSLATION) && (t->spacetype == SPACE_VIEW3D)) {
resetTransModal(t);
resetTransRestrictions(t);
restoreTransObjects(t);