Path: small bugs. remove deprecated setting of first rapid.

minor fixup to smoothiepost to set ip address in post arguments
This commit is contained in:
sliptonic
2017-03-20 15:17:27 -05:00
committed by Yorik van Havre
parent 975f4032b5
commit dbe9d75c8f
8 changed files with 2 additions and 16 deletions

View File

@@ -72,7 +72,6 @@ class _ViewProviderComment:
vobj.setEditorMode('LineWidth', mode)
vobj.setEditorMode('MarkerColor', mode)
vobj.setEditorMode('NormalColor', mode)
vobj.setEditorMode('ShowFirstRapid', mode)
vobj.setEditorMode('DisplayMode', mode)
vobj.setEditorMode('BoundingBox', mode)
vobj.setEditorMode('Selectable', mode)
@@ -94,7 +93,6 @@ class _ViewProviderComment:
vobj.setEditorMode('LineWidth', mode)
vobj.setEditorMode('MarkerColor', mode)
vobj.setEditorMode('NormalColor', mode)
vobj.setEditorMode('ShowFirstRapid', mode)
vobj.setEditorMode('DisplayMode', mode)
vobj.setEditorMode('BoundingBox', mode)
vobj.setEditorMode('Selectable', mode)