From 3a8eb0963569a171d453dc6365b62b8ed4fe586a Mon Sep 17 00:00:00 2001 From: blobfish Date: Wed, 22 Jul 2015 11:52:08 -0400 Subject: [PATCH] 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. --- src/Gui/DAGView/DAGModel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Gui/DAGView/DAGModel.cpp b/src/Gui/DAGView/DAGModel.cpp index 88e4f025b..c696cbde1 100644 --- a/src/Gui/DAGView/DAGModel.cpp +++ b/src/Gui/DAGView/DAGModel.cpp @@ -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())