Merge pull request #38 from jboone/patch-1

Stop replay before exiting Replay app, to avoid freeze.
This commit is contained in:
Erwin Ried 2020-05-30 01:17:23 +02:00 committed by GitHub
commit 25a660138b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,6 +231,7 @@ ReplayAppView::~ReplayAppView() {
}
void ReplayAppView::on_hide() {
stop(false);
// TODO: Terrible kludge because widget system doesn't notify Waterfall that
// it's being shown or hidden.
waterfall.on_hide();