2
0
Эх сурвалжийг харах

FIX: Show columns sets from current and general file systems only

Alexander Koblov 3 жил өмнө
parent
commit
44292fdacc

+ 1 - 1
src/fileviews/ucolumnsfileview.pas

@@ -1947,7 +1947,7 @@ begin
                 // General columns set
                 for I:= 0 to ColSet.Items.Count - 1 do
                 begin
-                  if not SameText(FileSystem, ColSet.GetColumnSet(I).FileSystem) then
+                  if SameText(FS_GENERAL, ColSet.GetColumnSet(I).FileSystem) then
                   begin
                     MI:= TMenuItem.Create(ColumnsView.pmColumnsMenu);
                     MI.Tag:= I;