Skip to content

Commit

Permalink
revert sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Oct 25, 2023
1 parent 2f390b4 commit ef01248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rdmp.UI/Progress/ProgressUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ private void ProcessAndClearQueuedProgressMessages(object sender, EventArgs e)
_notificationQueue.Clear();


AutoResizeColumns();
//AutoResizeColumns();
}
}

olvProgressEvents.Sort();
//olvProgressEvents.Sort();
}

private void AutoResizeColumns()
Expand Down

0 comments on commit ef01248

Please sign in to comment.