PartDesign: Allow use of circle edge as axis in ProfileBased

This commit is contained in:
David Osterberg
2021-02-14 08:48:31 +01:00
committed by wwmayer
parent 9120d4a7d9
commit c862ec458c
7 changed files with 34 additions and 17 deletions

View File

@@ -361,7 +361,7 @@ void TaskHelixParameters::onAxisChanged(int num)
App::PropertyLinkSub &lnk = *(axesInList[num]);
if (lnk.getValue() == 0) {
// enter reference selection mode
TaskSketchBasedParameters::onSelectReference(true, true, false, true);
TaskSketchBasedParameters::onSelectReference(true, true, false, true, true);
return;
} else {
if (!pcHelix->getDocument()->isIn(lnk.getValue())){