UI goto_start() action no longer forces roll-after-locate
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user