mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Try to fix issue 0001436
This commit is contained in:
parent
fde01577f7
commit
d4e2992661
1 changed files with 1 additions and 1 deletions
|
|
@ -1618,7 +1618,7 @@ begin
|
|||
DrawFixed; // Draw column headers
|
||||
if TitleStyle <> tsNative then DrawCellGrid(aCol, aRow, aRect, aState);
|
||||
end
|
||||
else if ColumnsView.FFiles.Count > 0 then
|
||||
else if ColumnsView.IsFileIndexInRange(ARow - FixedRows) then
|
||||
begin
|
||||
AFile := ColumnsView.FFiles[ARow - FixedRows]; // substract fixed rows (header)
|
||||
FileSourceDirectAccess := fspDirectAccess in ColumnsView.FileSource.Properties;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue