diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-10 23:26:03 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-10 23:26:03 +0300 |
| commit | 7e2ec58c7eb62077733f354764d0b729fe0e0a93 (patch) | |
| tree | 36b27b664bc2d7535ad2b3df101ea161212ad30d /include | |
| parent | 73782055237ee8948b26935348e8ca2b8a71a95a (diff) | |
Prevent the animated background/foreground from restarting itself if the image is the exact same as the currently playing one
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoscene.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aoscene.h b/include/aoscene.h index b58c0fd0..ddbefe08 100644 --- a/include/aoscene.h +++ b/include/aoscene.h @@ -21,6 +21,7 @@ private: QWidget *m_parent; QMovie *m_movie; AOApplication *ao_app; + QString last_image; }; |
