FIX: Bug [0002619] Can't sort file list by [DC().GETFILECOMMENT{}] column

This commit is contained in:
Alexander Koblov 2021-03-03 18:22:16 +00:00
commit c5afc77495

View file

@ -709,6 +709,12 @@ begin
File2.TypeProperty.Value);
if bNegative then Result := -Result;
end;
fsfComment:
begin
Result := mbCompareText(File1.CommentProperty.Value,
File2.CommentProperty.Value);
if bNegative then Result := -Result;
end;
// Variant properties from plugins
else if FileSorting.SortFunctions[i] in fsfVariantAll then
begin