[CString.StripControls] Srip bg colours when we reset fg

This commit is contained in:
Kyle Fuller
2016-04-11 21:49:03 +01:00
parent ddec5c27ba
commit 032f00732a
2 changed files with 9 additions and 1 deletions

View File

@@ -1413,7 +1413,7 @@ CString CString::StripControls_n() const {
digits++;
continue;
}
if (ch == ',' && !comma && digits > 0) {
if (ch == ',' && !comma) {
comma = true;
digits = 0;
continue;