UI goto_start() action no longer forces roll-after-locate

This commit is contained in:
Paul Davis 2019-09-22 11:44:06 -06:00
parent 228fbd3192
commit fcc7f335a1

View file

@ -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.