FIX: clicking on the Header of FileView in iCloud Drivers

This commit is contained in:
rich2014 2025-01-27 11:04:33 +08:00
commit ecc7ec746b

View file

@ -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;