Sketcher: Parabola Skech geometry update fix

This commit is contained in:
Abdullah Tahiri 2016-12-22 16:06:43 +01:00
parent 9858368b65
commit 5f36072434

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);
}