diff --git a/src/status.cpp b/src/status.cpp index c98a93a7..3cdc369c 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -253,6 +253,7 @@ void NcmpcppStatusChanged(Connection *, StatusChanges changed, void *) if (myPlaylist->Items->Empty()) { myPlaylist->Items->Reset(); + myPlaylist->Items->Window::Clear(0); ShowMessage("Cleared playlist!"); }