Skip to content

Commit

Permalink
Merge branch 'develop' into shrivaths/delete-predictions-beyond-frame…
Browse files Browse the repository at this point in the history
…-limit
  • Loading branch information
talmo authored Dec 16, 2024
2 parents e4b4a11 + 1717025 commit 89e36fb
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 @@ -2275,7 +2275,7 @@ def mouseReleaseEvent(self, event):
self.parent.nodes[node_key].setPos(new_x, new_y)

# Update the instance
self.parent.updatePoints(complete=True, user_change=True)
self.parent.updatePoints(complete=False, user_change=True)
self.resizing = None


Expand Down

0 comments on commit 89e36fb

Please sign in to comment.