Skip to content

Commit

Permalink
fix: fix header view context menu Select Invert
Browse files Browse the repository at this point in the history
  • Loading branch information
muyr authored and loonghao committed Sep 26, 2023
1 parent 5e5317d commit 680b7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dayu_widgets/header_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _slot_set_select(self, column, state):
utils.set_obj_value(
data_obj,
attr,
Qt.UnchQtCore.Qtked
QtCore.Qt.Unchecked
if old_state == QtCore.Qt.Checked
else QtCore.Qt.Checked,
)
Expand Down

0 comments on commit 680b7bf

Please sign in to comment.