mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: clicking on the Header of FileView in iCloud Drivers
This commit is contained in:
parent
ff8c8e908c
commit
ecc7ec746b
1 changed files with 3 additions and 0 deletions
|
|
@ -2085,6 +2085,9 @@ var
|
|||
ColRowToOffset(True, True, params.col, params.drawingRect.Left, params.drawingRect.Right );
|
||||
ColRowToOffset(False, True, params.row, params.drawingRect.Top, params.drawingRect.Bottom );
|
||||
|
||||
if params.row <= FixedRows then
|
||||
Exit;
|
||||
|
||||
params.displayFile:= ColumnsView.FFiles[params.row - FixedRows];
|
||||
handler.click( params );
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue