From 87a1f602d259e95a64a4521037bfb35ab780cf61 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 13 Nov 2025 17:06:12 -0700 Subject: [PATCH] NO-OP: add detail to a comment --- gtk2_ardour/midi_view.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/midi_view.cc b/gtk2_ardour/midi_view.cc index dbafe684f3..82edaf7463 100644 --- a/gtk2_ardour/midi_view.cc +++ b/gtk2_ardour/midi_view.cc @@ -1162,7 +1162,8 @@ MidiView::model_changed() if (zoom != _last_display_zoom) { /* Update resolved canvas notes to reflect changes in zoom without touching model. Leave active notes (with length max) alone since - they are being extended. */ + they are being extended in a timer/signal driven callback. + */ for (auto & [ note, gui ] : _events) { if (note->end_time() != std::numeric_limits::max()) { update_note (gui);