mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 21:50:28 +02:00
also stopping the loading movie on preview cleanup
This commit is contained in:
@@ -1545,6 +1545,7 @@ class abogen(QWidget):
|
|||||||
|
|
||||||
def _preview_cleanup(self):
|
def _preview_cleanup(self):
|
||||||
self.preview_playing = False
|
self.preview_playing = False
|
||||||
|
self.loading_movie.stop()
|
||||||
try:
|
try:
|
||||||
self.loading_movie.frameChanged.disconnect()
|
self.loading_movie.frameChanged.disconnect()
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|||||||
Reference in New Issue
Block a user