don't clear lyrics screen while resizing window

This commit is contained in:
unK
2008-09-07 16:32:45 +02:00
parent 9766f04382
commit be9177877c

View File

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