From 53af41b1812cd5bf5ebaff1b75e27f80be02cc7b Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 27 Nov 2025 08:12:31 +0100 Subject: [PATCH] Have ; add track points to each instance rather than pause --- croppa/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/croppa/main.py b/croppa/main.py index 058579e..03b092c 100644 --- a/croppa/main.py +++ b/croppa/main.py @@ -1554,6 +1554,8 @@ class VideoEditor: self.searching_interesting_point = False self.search_progress_text = "" self.display_needs_update = True + self.tracking_points.setdefault(comparison_frame_num, []).append((self.frame_width // 2, self.frame_height // 2)) + self.go_to_next_interesting_point() return # Move to next comparison