add decode utf8 PathMachine.py
This commit is contained in:
parent
71606352ee
commit
9ef4a2e21b
|
@ -109,7 +109,7 @@ class Machine:
|
||||||
class _ViewProviderMachine:
|
class _ViewProviderMachine:
|
||||||
def __init__(self,vobj):
|
def __init__(self,vobj):
|
||||||
vobj.Proxy = self
|
vobj.Proxy = self
|
||||||
vobj.addProperty("App::PropertyBool","ShowLimits","Path",translate("ShowMinMaxTravel","Switch the machine max and minimum travel bounding box on/off"))
|
vobj.addProperty("App::PropertyBool","ShowLimits","Path",translate("ShowMinMaxTravel","Switch the machine max and minimum travel bounding box on/off".decode("utf8")))
|
||||||
mode = 2
|
mode = 2
|
||||||
vobj.setEditorMode('LineWidth',mode)
|
vobj.setEditorMode('LineWidth',mode)
|
||||||
vobj.setEditorMode('MarkerColor',mode)
|
vobj.setEditorMode('MarkerColor',mode)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user