bugfix in Draft.ViewProiderPoint
remove access to nonexistant property
This commit is contained in:
parent
5ecf0cb40b
commit
3c7c04cafe
|
@ -4787,7 +4787,6 @@ class _ViewProviderPoint(_ViewProviderDraft):
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user