Sketcher: Parabola Skech geometry update fix

This commit is contained in:
Abdullah Tahiri
2016-12-22 16:06:43 +01:00
parent f3106a7cf2
commit 4f3d3ff68a

View File

@@ -2434,6 +2434,8 @@ bool Sketch::updateGeometry()
aop->setXAxisDir(fd);
aop->setCenter(vertex);
aop->setFocal(fd.Length());
aop->setRange(*myArc.startAngle, *myArc.endAngle, /*emulateCCW=*/true);
}