From 12d6a9737399e2ed46ea5de6472dcffcbfdba182 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 26 Feb 2010 21:59:19 +0000 Subject: fixed startup git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1589 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/mainwindow.cpp') diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 433727d73..1224fbebc 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -618,6 +618,7 @@ void MainWindow::resume() { play(); qint64 pos = settings.value("resume_playback_time").toLongLong(); + qApp->processEvents(); if(pos) m_core->seek(pos); } -- cgit v1.2.3-13-gbd6f