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);