diff options
| -rw-r--r-- | src/ui/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
