diff --git a/src/seltrans.cpp b/src/seltrans.cpp index f4d908961b0e34c8a62c69bb13a59ada6db36e50..7e5df90a224fbb9b149631478e283c855084e53b 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -1083,7 +1083,7 @@ gboolean Inkscape::SelTrans::stretchRequest(SPSelTransHandle const &handle, Geom Geom::Scale geom_scale = calcScaleFactors(_point_geom, pt_geom, _origin_for_specpoints); geom_scale[perp] = 1; - _absolute_affine = Geom::identity(); //Initialize the scaler + _absolute_affine = Geom::identity(); //Initialize the scalar auto increments = Modifiers::Modifier::get(Modifiers::Type::TRANS_INCREMENT)->active(state); if (increments) { // stretch by an integer multiplier/divider