GP: Fix Alt+S problem with multiframe edition

The stroke must not be recalc, because the number of points does not change,so the triangulation of fill is the same.
This commit is contained in:
Antonioya
2018-09-20 12:54:04 +02:00
parent b5dbe43d3e
commit 9dad2a0e08

View File

@@ -5355,8 +5355,6 @@ static void applyGPShrinkFatten(TransInfo *t, const int UNUSED(mval[2]))
}
}
recalcData(t);
ED_area_status_text(t->sa, str);
}
/** \} */