Assembly: Fix LinkElement dragger
This commit is contained in:
committed by
Chris Hennes
parent
66c7f82f4a
commit
e72834b94c
@@ -775,7 +775,8 @@ void ViewProviderAssembly::collectMovableObjects(App::DocumentObject* selRoot,
|
||||
if (onlySolids
|
||||
&& !(currentObject->isDerivedFrom<App::Part>()
|
||||
|| currentObject->isDerivedFrom<Part::Feature>()
|
||||
|| currentObject->isDerivedFrom<App::Link>())) {
|
||||
|| currentObject->isDerivedFrom<App::Link>()
|
||||
|| currentObject->isDerivedFrom<App::LinkElement>())) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user