fixes #0002722: Attached cube doesn't follow support

This commit is contained in:
wmayer
2017-09-25 22:36:02 +02:00
parent 3370d20a0d
commit 6d9886775c
3 changed files with 3 additions and 11 deletions

View File

@@ -70,8 +70,7 @@ App::DocumentObjectExecReturn *Circle::execute(void)
Base::toRadians<double>(this->Angle1.getValue()));
const TopoDS_Edge& edge = clMakeEdge.Edge();
this->Shape.setValue(edge);
return App::DocumentObject::StdReturn;
return Primitive::execute();
}
void Circle::onChanged(const App::Property* prop)