lyrics: make screen accessible if lyrics are being fetched

This commit is contained in:
Andrzej Rybczak
2010-08-10 00:24:16 +02:00
parent 7c75be82bd
commit 443516acbf

View File

@@ -112,7 +112,15 @@ void Lyrics::SwitchTo()
# ifdef HAVE_CURL_CURL_H # ifdef HAVE_CURL_CURL_H
if (Downloader && !Ready) if (Downloader && !Ready)
{ {
ShowMessage("Lyrics are being downloaded..."); if (hasToBeResized)
Resize();
itsScrollBegin = 0;
myOldScreen = myScreen;
myScreen = this;
Global::RedrawHeader = 1;
return; return;
} }
else if (Ready) else if (Ready)