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

(grafted from cd5fd09824ab95db402d187bc296ac126922cdea)

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-02-01 21:16:23 +02:00
parent b80225dcf6
commit 46b9fe65e6
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,9 @@
- New icon for VAL file. Updated Tape logo. Updated ico for standard measurements.
- [#325] Check pattern for inverse compatibility.
# 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->setObject2Id(id);
point->RefreshGeometry();
prepare = true;
DialogAccepted();
this->setModal(true);
this->show();
}
}
break;