Skip to content

Commit

Permalink
modify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
7174Andy committed Dec 20, 2024
1 parent 90f1824 commit e9d2c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/gui/widgets/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@ def mouseMoveEvent(self, event):
super().mouseMoveEvent(event)

def mouseReleaseEvent(self, event):
"""Custom event handler to emit signal on event."""
"""Custom event handler for mouse release."""
if self.flags() & QGraphicsItem.ItemIsMovable:
self.setFlag(QGraphicsItem.ItemIsMovable, False)
self.updatePoints(user_change=True)
Expand Down

0 comments on commit e9d2c97

Please sign in to comment.