Fix invalid visualization for tool Point of intersection circles.
This commit is contained in:
parent
4166e8f635
commit
f40c06b6fc
|
@ -2,6 +2,7 @@
|
|||
- Fix export of pattern recipe.
|
||||
- Update translations.
|
||||
- Fix a regression in tool Segment a spline path.
|
||||
- Fix invalid visualization for tool Point of intersection circles.
|
||||
|
||||
# Version 0.7.41 Dec 4, 2020
|
||||
- Bug fixes.
|
||||
|
|
|
@ -410,7 +410,7 @@ void DialogPointOfIntersectionCircles::SaveData()
|
|||
|
||||
point->setObject1Id(GetFirstCircleCenterId());
|
||||
point->setObject2Id(GetSecondCircleCenterId());
|
||||
point->setC1Radius(ui->plainTextEditCircle2Radius->toPlainText());
|
||||
point->setC1Radius(ui->plainTextEditCircle1Radius->toPlainText());
|
||||
point->setC2Radius(ui->plainTextEditCircle2Radius->toPlainText());
|
||||
point->setCrossPoint(GetCrossCirclesPoint());
|
||||
point->RefreshGeometry();
|
||||
|
|
Loading…
Reference in New Issue
Block a user