status: make idle events handling independent of the order of their arrival
This commit is contained in:
@@ -2681,7 +2681,7 @@ void seek()
|
||||
Progressbar::lock();
|
||||
Statusbar::lock();
|
||||
|
||||
unsigned songpos = Status::elapsedTime();
|
||||
unsigned songpos = Status::get().elapsedTime();
|
||||
auto t = Timer;
|
||||
|
||||
int old_timeout = wFooter->getTimeout();
|
||||
|
||||
Reference in New Issue
Block a user