This commit is contained in:
Erwin Ried 2020-05-30 01:38:28 +02:00
commit 9a1d6aabe4

View File

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