Zero x-run counter after GUI completed loading a session

This re-introduces 4262d701eb in a different manner.
This commit is contained in:
Robin Gareus 2020-03-30 17:43:16 +02:00
parent a8ff35accb
commit b6ca576832
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -93,6 +93,7 @@ bool
ARDOUR_UI::first_idle ()
{
if (_session) {
_session->reset_xrun_count ();
_session->allow_auto_play (true);
}