rearrange sequence of arguments to Scroller()
This commit is contained in:
@@ -191,7 +191,7 @@ void Lyrics::SwitchTo()
|
||||
std::basic_string<my_char_t> Lyrics::Title()
|
||||
{
|
||||
std::basic_string<my_char_t> result = U("Lyrics: ");
|
||||
result += Scroller(itsSong.toString("{%a - %t}"), COLS-result.length()-(Config.new_design ? 2 : VolumeState.length()), itsScrollBegin);
|
||||
result += Scroller(itsSong.toString("{%a - %t}"), itsScrollBegin, w->GetWidth()-result.length()-(Config.new_design ? 2 : VolumeState.length()));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user