Skip to content

Commit b6ab1c2

Browse files
committed
Fixed to resolve pylint failure.
1 parent 1dd89c3 commit b6ab1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vfxClientToolkit/ui/combo_checkbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def __init__(self, parent=None):
77
super(ComboCheckBoxDelegate, self).__init__(parent)
88

99
def createEditor(parent, op, idx):
10-
self.editor = QCheckBox(parent)
10+
parent.editor = QCheckBox(parent)
1111

1212
class CheckComboBox(QComboBox):
1313

0 commit comments

Comments
 (0)