Skip to content

Commit

Permalink
Draft: Small fix to Working plane proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Feb 28, 2018
1 parent bf6917a commit 404452d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Draft/DraftTools.py
Expand Up @@ -335,6 +335,7 @@ def Activated(self):
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"):
Expand Down

0 comments on commit 404452d

Please sign in to comment.