From: APTX Date: Sun, 30 Aug 2009 11:28:56 +0000 (+0200) Subject: - When shutting down, hide the gui immediately without waiting for scheduled tasks... X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=41fbad281eb015c93664e47dd67f5af59bb8fa73;p=aniplayer-old.git - When shutting down, hide the gui immediately without waiting for scheduled tasks to finish. --- diff --git a/src/videowindow.cpp b/src/videowindow.cpp index 8e0cbdb..23695f9 100644 --- a/src/videowindow.cpp +++ b/src/videowindow.cpp @@ -181,6 +181,9 @@ VideoWindow::~VideoWindow() destroyed = true; // HAX videoPlayer->setCurrentSource(Phonon::MediaSource()); + + hide(); + menu->hide(); } QString VideoWindow::currentFile() const