mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002619] Can't sort file list by [DC().GETFILECOMMENT{}] column
This commit is contained in:
parent
ff4823edbc
commit
c5afc77495
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue