Fixed issue #442. 'Broken Formula' error when using Intersect Circles tool.
--HG-- branch : release
This commit is contained in:
parent
3e5c359b5a
commit
4f5526b9e5
|
@ -1,3 +1,6 @@
|
||||||
|
# Version 0.4.2
|
||||||
|
- [#442] 'Broken Formula' error when using Intersect Circles tool.
|
||||||
|
|
||||||
# Version 0.4.1 January 29, 2016
|
# Version 0.4.1 January 29, 2016
|
||||||
- [#438] Broken switching pattern pieces.
|
- [#438] Broken switching pattern pieces.
|
||||||
- Fixed wrong title for dialog "New pattern".
|
- Fixed wrong title for dialog "New pattern".
|
||||||
|
|
|
@ -245,7 +245,8 @@ void DialogPointOfIntersectionCircles::ChosenObject(quint32 id, const SceneObjec
|
||||||
point->setPoint2Id(id);
|
point->setPoint2Id(id);
|
||||||
point->RefreshGeometry();
|
point->RefreshGeometry();
|
||||||
prepare = true;
|
prepare = true;
|
||||||
DialogAccepted();
|
this->setModal(true);
|
||||||
|
this->show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user