Arch: Fixed text position of Arch spaces
This commit is contained in:
@@ -609,7 +609,7 @@ class _ViewProviderSpace(ArchComponent.ViewProviderComponent):
|
||||
except (AttributeError, RuntimeError):
|
||||
pos = FreeCAD.Vector()
|
||||
else:
|
||||
pos = vobj.TextPosition
|
||||
pos = vobj.Object.Placement.multVec(vobj.TextPosition)
|
||||
# placement's displacement will be already added by the coin node
|
||||
pos = vobj.Object.Placement.inverse().multVec(pos)
|
||||
return pos
|
||||
|
||||
Reference in New Issue
Block a user