lyrics: make screen accessible if lyrics are being fetched
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user