mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
NO-OP: add detail to a comment
This commit is contained in:
parent
e5ef93821c
commit
87a1f602d2
1 changed files with 2 additions and 1 deletions
|
|
@ -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<Temporal::Beats>::max()) {
|
||||
update_note (gui);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue