Fix alternating cell color

This commit is contained in:
Jaex 2018-11-15 17:04:47 +03:00
parent ec467add71
commit 8611794013

View file

@ -148,7 +148,7 @@ private void UpdateUnreadStatus()
}
else
{
row.Cells[0].Style.ApplyStyle(dgvNews.AlternatingRowsDefaultCellStyle);
row.Cells[0].Style = null;
}
}
}