Skip to content

Commit

Permalink
Fix missing indexFromTop param pass
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Jul 11, 2019
1 parent 64d4041 commit a997f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AngelLoader/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,8 @@ private async void FMsDGV_ColumnHeaderMouseClick(object sender, DataGridViewCell
if (FMsDGV.Filtered)
{
// SetFilter() calls a refresh on its own
await SetFilter(forceRefreshReadme: true, keepSelection: true, installedName: instName);
await SetFilter(forceRefreshReadme: true, keepSelection: true, installedName: instName,
indexFromTop: indexFromTop);
}
else
{
Expand Down

0 comments on commit a997f53

Please sign in to comment.