Skip to content
Snippets Groups Projects
Commit 9a1d6aab authored by Erwin Ried's avatar Erwin Ried
Browse files
parents defdd57e 25a66013
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,7 @@ ReplayAppView::~ReplayAppView() { ...@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment