Skip to content

Commit 680b7bf

Browse files
muyrloonghao
authored andcommitted
fix: fix header view context menu Select Invert
1 parent 5e5317d commit 680b7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dayu_widgets/header_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _slot_set_select(self, column, state):
103103
utils.set_obj_value(
104104
data_obj,
105105
attr,
106-
Qt.UnchQtCore.Qtked
106+
QtCore.Qt.Unchecked
107107
if old_state == QtCore.Qt.Checked
108108
else QtCore.Qt.Checked,
109109
)

0 commit comments

Comments
 (0)