diff --git a/src/Mod/Path/PathScripts/PathSetupSheetGui.py b/src/Mod/Path/PathScripts/PathSetupSheetGui.py index 7e20d80059..3d6c634afc 100644 --- a/src/Mod/Path/PathScripts/PathSetupSheetGui.py +++ b/src/Mod/Path/PathScripts/PathSetupSheetGui.py @@ -122,7 +122,7 @@ class Delegate(QtGui.QStyledItemDelegate): index.model().setData(index, editor.prop.displayString(), QtCore.Qt.DisplayRole) def updateEditorGeometry(self, widget, option, index): - widget.setGeometry(option.rect) + widget.setGeometry(option.rect) class OpTaskPanel: