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

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();