diff --git a/Application/Designers/FilesAndFoldersDesigner/FilesAndFolders.cs b/Application/Designers/FilesAndFoldersDesigner/FilesAndFolders.cs index 41e3dfa..54d43cb 100644 --- a/Application/Designers/FilesAndFoldersDesigner/FilesAndFolders.cs +++ b/Application/Designers/FilesAndFoldersDesigner/FilesAndFolders.cs @@ -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;