mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
UI goto_start() action no longer forces roll-after-locate
This commit is contained in:
parent
228fbd3192
commit
fcc7f335a1
1 changed files with 1 additions and 1 deletions
|
|
@ -2184,7 +2184,7 @@ void
|
|||
ARDOUR_UI::transport_goto_start ()
|
||||
{
|
||||
if (_session) {
|
||||
_session->goto_start();
|
||||
_session->goto_start ();
|
||||
|
||||
/* force displayed area in editor to start no matter
|
||||
what "follow playhead" setting is.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue