diff --git a/weboob/applications/qvideoob/video.py b/weboob/applications/qvideoob/video.py index 4e5d0397..91875b85 100644 --- a/weboob/applications/qvideoob/video.py +++ b/weboob/applications/qvideoob/video.py @@ -50,3 +50,7 @@ class Video(QDialog): def closeEvent(self, event): self.ui.videoPlayer.stop() event.accept() + + def hideEvent(self, event): + self.ui.videoPlayer.stop() + event.accept()