Skip to content

Commit

Permalink
Draft: Exposing the Normal property of dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Apr 15, 2019
1 parent 843644f commit 45dae47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Draft/Draft.py
Expand Up @@ -3556,8 +3556,8 @@ def __init__(self, obj):
def onChanged(self,obj,prop):
if hasattr(obj,"Distance"):
obj.setEditorMode('Distance',1)
if hasattr(obj,"Normal"):
obj.setEditorMode('Normal',2)
#if hasattr(obj,"Normal"):
# obj.setEditorMode('Normal',2)
if hasattr(obj,"Support"):
obj.setEditorMode('Support',2)

Expand Down

0 comments on commit 45dae47

Please sign in to comment.