From 41fbad281eb015c93664e47dd67f5af59bb8fa73 Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 30 Aug 2009 13:28:56 +0200 Subject: [PATCH] - When shutting down, hide the gui immediately without waiting for scheduled tasks to finish. --- src/videowindow.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.52.0