Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
7174Andy committed Dec 20, 2024
1 parent 5fcc696 commit 5e00b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sleap/gui/widgets/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,7 @@ def mousePressEvent(self, event):
# Shift-click to mark all points as complete
elif event.modifiers() == Qt.ShiftModifier:
self.parentObject().updatePoints(complete=True, user_change=True)
# Ctrl-click to duplicate instance
elif event.modifiers() == Qt.ControlModifier:
self.parentObject().duplicate_instance()
else:
Expand Down

0 comments on commit 5e00b69

Please sign in to comment.