remove wrapper for Scrollpad::SetFormating() used with --enable-unicode
This commit is contained in:
@@ -192,8 +192,8 @@ void Info::GetArtist()
|
||||
first = 0;
|
||||
}
|
||||
input.close();
|
||||
w->SetFormatting(fmtBold, "\n\nSimilar artists:\n", fmtBoldEnd, 0);
|
||||
w->SetFormatting(Config.color2, "\n * ", clEnd);
|
||||
w->SetFormatting(fmtBold, U("\n\nSimilar artists:\n"), fmtBoldEnd, 0);
|
||||
w->SetFormatting(Config.color2, U("\n * "), clEnd);
|
||||
// below is used so format won't be removed using RemoveFormatting() by accident.
|
||||
w->ForgetFormatting();
|
||||
w->Flush();
|
||||
|
||||
Reference in New Issue
Block a user