fix bug with removing format from artist's info screen

This commit is contained in:
Andrzej Rybczak
2009-05-10 02:09:21 +02:00
parent ec5a4bb3c2
commit da13e93df0
3 changed files with 17 additions and 9 deletions

View File

@@ -188,6 +188,8 @@ void Info::GetArtist()
input.close();
w->SetFormatting(fmtBold, "\n\nSimilar artists:\n", fmtBoldEnd, 0);
w->SetFormatting(Config.color2, "\n * ", clEnd);
// below is used so format won't be removed using RemoveFormatting() by accident.
w->ForgetFormatting();
w->Flush();
}
else