From 295ea74b7c652ee98ed865fdbc572ecd65478bc4 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 31 Jan 2017 15:55:21 +0100 Subject: did some work on the gif custom classes --- aomovie.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aomovie.cpp') diff --git a/aomovie.cpp b/aomovie.cpp index 2c848c41..7d3e1ba2 100644 --- a/aomovie.cpp +++ b/aomovie.cpp @@ -17,6 +17,8 @@ AOMovie::AOMovie(QWidget *p_parent, AOApplication *p_ao_app) : QLabel(p_parent) void AOMovie::play(QString p_gif) { + m_movie->stop(); + QString gif_path = ao_app->get_theme_path() + p_gif; QString default_path = ao_app->get_default_theme_path() + p_gif; -- cgit