PartDesign: Allow use of circle edge as axis in ProfileBased
This commit is contained in:
@@ -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())){
|
||||
|
||||
Reference in New Issue
Block a user