Fixed issue #442. 'Broken Formula' error when using Intersect Circles tool.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2016-02-01 19:43:32 +02:00
parent 3e5c359b5a
commit 4f5526b9e5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# Version 0.4.2
- [#442] 'Broken Formula' error when using Intersect Circles tool.
# Version 0.4.1 January 29, 2016
- [#438] Broken switching pattern pieces.
- Fixed wrong title for dialog "New pattern".

View file

@ -245,7 +245,8 @@ void DialogPointOfIntersectionCircles::ChosenObject(quint32 id, const SceneObjec
point->setPoint2Id(id);
point->RefreshGeometry();
prepare = true;
DialogAccepted();
this->setModal(true);
this->show();
}
}
break;