Assembly: Fix LinkElement dragger

This commit is contained in:
PaddleStroke
2025-09-23 14:56:12 +02:00
committed by Chris Hennes
parent 3f323a91a8
commit 5308cef9d4

View File

@@ -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;
}