update playlist's timer while scrolling with fancy_scrolling disabled
not updating it caused highlight to be disabled during scrolling if key was being held long enough.
This commit is contained in:
@@ -234,7 +234,7 @@ template <typename WindowType> void Screen<WindowType>::Scroll(Where where, cons
|
||||
TraceMpdStatus();
|
||||
w->Scroll(where);
|
||||
w->Refresh();
|
||||
w->ReadKey(in);
|
||||
ReadKey(in);
|
||||
}
|
||||
w->SetTimeout(ncmpcpp_window_timeout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user