reset scrollpad's start position while switching to lyrics/info screens

This commit is contained in:
Andrzej Rybczak
2009-12-27 16:47:51 +01:00
parent 934efd5383
commit 455f729bef
2 changed files with 3 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ void Lyrics::SwitchTo()
}
RedrawHeader = 1;
w->Clear();
w->Reset();
# ifdef HAVE_CURL_CURL_H
static_cast<Window &>(*w) << "Fetching lyrics...";
w->Window::Refresh();