Skip to content

Commit

Permalink
bugfix in Draft.ViewProiderPoint
Browse files Browse the repository at this point in the history
remove access to nonexistant property
  • Loading branch information
5263 authored and yorikvanhavre committed Aug 18, 2014
1 parent 5ecf0cb commit 3c7c04c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Draft/Draft.py
Expand Up @@ -4787,7 +4787,6 @@ def onChanged(self, vobj, prop):
vobj.setEditorMode('LineColor',mode)
vobj.setEditorMode('LineWidth',mode)
vobj.setEditorMode('BoundingBox',mode)
vobj.setEditorMode('ControlPoints',mode)
vobj.setEditorMode('Deviation',mode)
vobj.setEditorMode('DiffuseColor',mode)
vobj.setEditorMode('DisplayMode',mode)
Expand Down

0 comments on commit 3c7c04c

Please sign in to comment.