diff options
Diffstat (limited to 'aocharmovie.cpp')
| -rw-r--r-- | aocharmovie.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aocharmovie.cpp b/aocharmovie.cpp index dcc3e9c..d2d704f 100644 --- a/aocharmovie.cpp +++ b/aocharmovie.cpp @@ -143,6 +143,7 @@ void AOCharMovie::stop() { //for all intents and purposes, stopping is the same as hiding. at no point do we want a frozen gif to display m_movie->stop(); + preanim_timer->stop(); this->hide(); } |
