Attacher: change Part2DObject to use Plane attacher by default
This commit is contained in:
parent
a41c79cd55
commit
d21995323e
|
@ -66,7 +66,7 @@ PROPERTY_SOURCE(Part::Part2DObject, Part::AttachableObject)
|
|||
|
||||
Part2DObject::Part2DObject()
|
||||
{
|
||||
this->setAttacher(new Attacher::AttachEngine3D);
|
||||
this->setAttacher(new Attacher::AttachEnginePlane);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user