mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-07 04:34:05 -05:00
Null check.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace LibationWinForms
|
||||
DataGridView.Rows[rowIndex].DefaultCellStyle.ForeColor = foreColor;
|
||||
}
|
||||
|
||||
if (tagsString.Length == 0)
|
||||
if (tagsString?.Length == 0)
|
||||
{
|
||||
base.Paint(graphics, clipBounds, cellBounds, rowIndex, elementState, null, null, null, cellStyle, advancedBorderStyle, paintParts);
|
||||
DrawButtonImage(graphics, ButtonImage, cellBounds);
|
||||
|
||||
Reference in New Issue
Block a user