mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Access violation when sorting empty column field
This commit is contained in:
parent
2acc7009df
commit
4e26bce9f1
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ begin
|
|||
begin
|
||||
NewSorting := Sorting;
|
||||
SortFunctions := Column.GetColumnFunctions;
|
||||
if Length(SortFunctions) = 0 then Exit;
|
||||
ShiftState := GetKeyShiftStateEx;
|
||||
if [ssShift, ssCtrl] * ShiftState = [] then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue