Fixed whitespace error

This commit is contained in:
Markus Lampert
2018-09-02 10:50:08 -07:00
parent 2f2dc9e310
commit 7a018b265f

View File

@@ -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: