Have ; add track points to each instance rather than pause

This commit is contained in:
2025-11-27 08:12:31 +01:00
parent cd7cc426ae
commit 53af41b181

View File

@@ -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