From 45dae479502f22b757f2b9aa9159f76e0ccceafb Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 15 Apr 2019 11:14:30 -0300 Subject: [PATCH] Draft: Exposing the Normal property of dimensions --- src/Mod/Draft/Draft.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Draft/Draft.py b/src/Mod/Draft/Draft.py index 2ef27cc21d..43ce1cc221 100644 --- a/src/Mod/Draft/Draft.py +++ b/src/Mod/Draft/Draft.py @@ -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)