From fadf77e39cdfbef46acc75f49e873e72f60975e0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 28 Jun 2022 12:24:54 -0600 Subject: [PATCH] NO-OP: update comment to reflect the context --- gtk2_ardour/midi_region_view.cc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/gtk2_ardour/midi_region_view.cc b/gtk2_ardour/midi_region_view.cc index 30ae7bd995..4f0d418d8e 100644 --- a/gtk2_ardour/midi_region_view.cc +++ b/gtk2_ardour/midi_region_view.cc @@ -1106,14 +1106,9 @@ MidiRegionView::_redisplay (bool view_only) if (view_only) { PropertyChange what_changed; - /* any or none of these may have changed due to a tempo map change, - but we have no way to establish which have changed and which have - not. So we have to mention all 3 to be certain that listeners pay - attention. We can't verify because we have no cache of our old - start/length/position values in the audio domain, so we can't - compare the new values in the audio domain. The beat domain values - haven't changed (just the tempo map that connects beat and audio - time) + /* we don't know what actually happened that requires a view + update, but both _start and _length need to be shown + correctly on the display, so make sure we do that. */ what_changed.add (Properties::start);