Skip to content

Commit

Permalink
Update FilesAndFolders.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpai committed Nov 30, 2024
1 parent f7f1c08 commit 833d8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public FilesAndFolders()
{
InitializeComponent();
#if !DEBUG
create the column sorter and assign it to the correct control
// create the column sorter and assign it to the correct control
lvColumnSorter = new ListViewColumnSorter();
lvSourceFiles.ListViewItemSorter = lvColumnSorter;

Expand Down

0 comments on commit 833d8dd

Please sign in to comment.