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:
blobfish 2015-07-22 11:52:08 -04:00 committed by wmayer
parent 86bf399682
commit 3a8eb09635

View File

@ -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())