manual fixups after rebase against master (GUI edition)

This commit is contained in:
Paul Davis 2020-12-06 16:33:50 -07:00
parent bed76798f3
commit 84d33f3ec3
2 changed files with 2 additions and 2 deletions

View file

@ -202,7 +202,7 @@ AutomationRegionView::add_automation_event (GdkEvent *, timepos_t const & w, dou
assert (mc);
y = mc->user_double ();
} else {
y = c->list()->eval (when_d);
y = c->list()->eval (when);
}
}