Skip to content

Commit

Permalink
Remove unnecessary grid refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rapp committed Nov 22, 2017
1 parent beb5408 commit 5ab1be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LCG.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ private void chkAllRows_CheckedChanged(object sender, EventArgs e)
metadata.SetSelected(chk.Checked);
}
}
grid.Refresh();
}
}

Expand Down

0 comments on commit 5ab1be0

Please sign in to comment.