fix [#32684] Shrink/Fatten tool has odd behavior

This commit is contained in:
Campbell Barton
2012-09-28 14:31:07 +00:00
parent 71195b247e
commit b0fb857ef2

View File

@@ -3909,7 +3909,7 @@ int ShrinkFatten(TransInfo *t, const int UNUSED(mval[2]))
sprintf(str, "Shrink/Fatten: %.4f %s", distance, t->proptext);
}
t->values[0] = distance;
t->values[0] = -distance;
for (i = 0; i < t->total; i++, td++) {
if (td->flag & TD_NOACTION)