mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Replace direct use of Session::goto_end() in surfaces
This commit is contained in:
parent
585e8173f9
commit
badb360d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ ContourDesignControlProtocol::next_marker_keep_rolling ()
|
|||
if (pos.positive() || pos.zero()) {
|
||||
locate (pos.samples());
|
||||
} else {
|
||||
_session->goto_end();
|
||||
goto_end();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue