Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Apr 18, 2024
1 parent ea6082e commit dbbde1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.DataGrid/DataGridRow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ protected override void OnParentSet()

private void OnColumnsChanged(object? sender, EventArgs e)
{
UpdateColors();
InitializeRow();
}

private void OnVisibilityChanged(object? sender, EventArgs e)
Expand Down

0 comments on commit dbbde1e

Please sign in to comment.