From caaea49d598105243e05d28a78ba24c8bc681721 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Sat, 21 Mar 2020 07:15:27 +0800 Subject: [PATCH] PartDesign: fix SubShapeBinder make command --- src/Mod/PartDesign/Gui/Command.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/PartDesign/Gui/Command.cpp b/src/Mod/PartDesign/Gui/Command.cpp index 4c7bb81106..557ad1df74 100644 --- a/src/Mod/PartDesign/Gui/Command.cpp +++ b/src/Mod/PartDesign/Gui/Command.cpp @@ -387,8 +387,6 @@ void CmdPartDesignSubShapeBinder::activated(int iMsg) decltype(values) links; for(auto &v : values) { App::DocumentObject *obj = v.first; - if(obj == pcActiveBody) - continue; if(obj != binderParent) { auto &subs = links[obj]; subs.insert(subs.end(),v.second.begin(),v.second.end());