Skip to content

Commit 5d51e7c

Browse files
committed
clarify comment
1 parent 39a6c20 commit 5d51e7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jabs/ui/video_list_widget.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ def _selection_changed(self, current, _):
117117
if self._suppress_selection_event or not current:
118118
return
119119

120-
# Store the pending selection. In normal operation, current should not be None due to
121-
# SingleSelection mode and the selectionCommand override, but we guard defensively.
120+
# Store the pending selection.
122121
self._pending_selection = current.data(QtCore.Qt.ItemDataRole.UserRole)
123122

124123
# Cancel any pending timer and start a new one

0 commit comments

Comments
 (0)