1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

CommitRecording out of ControlToolBar

This commit is contained in:
Paul Licameli
2019-06-19 21:11:40 -04:00
parent 1d6ff11fec
commit ed5c92450d
6 changed files with 13 additions and 11 deletions

View File

@@ -2363,8 +2363,8 @@ void AudioIO::StopStream()
}
}
ControlToolBar &bar = ControlToolBar::Get( *mOwningProject );
bar.CommitRecording();
if (mListener)
mListener->OnCommitRecording();
}
}