don't clear lyrics screen while resizing window

master
unK 18 years ago
parent 9766f04382
commit be9177877c
  1. 4
      src/ncmpcpp.cpp

@ -834,9 +834,9 @@ int main(int argc, char *argv[])
wFooter->MoveTo(0, footer_start_y);
wFooter->Resize(COLS, wFooter->GetHeight());
if (wCurrent != sHelp)
if (wCurrent != sHelp && wCurrent != sLyrics)
wCurrent->Window::Clear();
wCurrent->Refresh(1);
if (current_screen == csLibrary)
{
REFRESH_MEDIA_LIBRARY_SCREEN;

Loading…
Cancel
Save