diff --git a/src/Mod/Path/PathScripts/PathHelix.py b/src/Mod/Path/PathScripts/PathHelix.py index 72fb10cc5..ccd9c2363 100644 --- a/src/Mod/Path/PathScripts/PathHelix.py +++ b/src/Mod/Path/PathScripts/PathHelix.py @@ -588,7 +588,8 @@ class TaskPanel(object): label = QtGui.QLabel(labelstring) label.setToolTip(self.obj.getDocumentationOfProperty(property)) - widget.setText(str(getattr(self.obj, property))) + quantity = getattr(self.obj, property) + widget.setText(quantity.UserString) widget.setToolTip(self.obj.getDocumentationOfProperty(property)) if max: