Sketcher: change Support from PropertyLinkSub to PropertyLinkSubList
Note: may fail to build after this commit...
This commit is contained in:
@@ -128,8 +128,7 @@ SketchObject::~SketchObject()
|
||||
App::DocumentObjectExecReturn *SketchObject::execute(void)
|
||||
{
|
||||
try {
|
||||
App::DocumentObject* support = Support.getValue();
|
||||
if (support)
|
||||
if (Support.getSize() > 0)
|
||||
this->positionBySupport();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
|
||||
Reference in New Issue
Block a user