mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
manual fixups after rebase against master (GUI edition)
This commit is contained in:
parent
bed76798f3
commit
84d33f3ec3
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue