13
0

NO-OP: update comment to reflect the context

This commit is contained in:
Paul Davis 2022-06-28 12:24:54 -06:00
parent 5c2831e218
commit fadf77e39c

View File

@ -1106,14 +1106,9 @@ MidiRegionView::_redisplay (bool view_only)
if (view_only) { if (view_only) {
PropertyChange what_changed; PropertyChange what_changed;
/* any or none of these may have changed due to a tempo map change, /* we don't know what actually happened that requires a view
but we have no way to establish which have changed and which have update, but both _start and _length need to be shown
not. So we have to mention all 3 to be certain that listeners pay correctly on the display, so make sure we do that.
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)
*/ */
what_changed.add (Properties::start); what_changed.add (Properties::start);