Enable multiple originals for the transformed features
This commit is contained in:
committed by
Stefan Tröger
parent
dbc6b1b12e
commit
011dbf53da
@@ -123,6 +123,9 @@ namespace PartDesignGui
|
||||
void getReferencedSelection(const App::DocumentObject* thisObj, const Gui::SelectionChanges& msg,
|
||||
App::DocumentObject*& selObj, std::vector<std::string>& selSub)
|
||||
{
|
||||
if (strcmp(thisObj->getDocument()->getName(), msg.pDocName) != 0)
|
||||
return;
|
||||
|
||||
selObj = thisObj->getDocument()->getObject(msg.pObjectName);
|
||||
if (selObj == thisObj)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user