From 9e4fdee9dcf7ca861ac1b4e7573d6804cf5415a0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Dec 2025 00:45:29 +0100 Subject: DROPME: Crash when dragging content. --- src/wx/content_timeline.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wx/content_timeline.cc b/src/wx/content_timeline.cc index a595577d8..e9a008ea3 100644 --- a/src/wx/content_timeline.cc +++ b/src/wx/content_timeline.cc @@ -796,6 +796,9 @@ ContentTimeline::maybe_snap(DCPTime a, DCPTime b, optional& nearest_dis void ContentTimeline::set_position_from_event(wxMouseEvent& ev, bool force_emit) { + int* crash = 0; + *crash = 42; + if (!_pixels_per_second) { return; } -- cgit v1.2.3