Draft: Exposing the Normal property of dimensions

This commit is contained in:
Yorik van Havre
2019-04-15 11:14:30 -03:00
parent 843644fdec
commit 45dae47950

View File

@@ -3556,8 +3556,8 @@ class _Dimension(_DraftObject):
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)