Draft: Small fix to Working plane proxy

This commit is contained in:
Yorik van Havre
2018-02-28 12:37:04 -03:00
parent 180558a46c
commit 21a7449b1d

View File

@@ -335,6 +335,7 @@ class SelectPlane(DraftTool):
return
elif Draft.getType(sel.Object) == "WorkingPlaneProxy":
plane.setFromPlacement(sel.Object.Placement,rebase=True)
plane.weak = False
if hasattr(sel.Object.ViewObject,"RestoreView"):
if sel.Object.ViewObject.RestoreView:
if hasattr(sel.Object.ViewObject,"ViewData"):