Skip to content

Commit

Permalink
Don't mark complete on instance scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Dec 16, 2024
1 parent 089b48e commit f387040
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 f387040

Please sign in to comment.