Core: Gui: DAGView: adding surface specific property link to model recognizition. See following note.
this alters the dagview specific to the surface workbench, but it isn't dependent on the surface workbench.
This commit is contained in:
parent
86bf399682
commit
3a8eb09635
|
@ -317,7 +317,8 @@ void Model::slotChangeObject(const ViewProviderDocumentObject &VPDObjectIn, cons
|
|||
"App::PropertyLink",
|
||||
"App::PropertyLinkList",
|
||||
"App::PropertyLinkSub",
|
||||
"App::PropertyLinkSubList"
|
||||
"App::PropertyLinkSubList",
|
||||
"App::PropertyLinkPickList"
|
||||
};
|
||||
|
||||
if (linkTypes.find(propertyIn.getTypeId().getName()) != linkTypes.end())
|
||||
|
|
Loading…
Reference in New Issue
Block a user