mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: filesource in TFileSourceUIParams
This commit is contained in:
parent
69e928ea09
commit
dc3a68d907
2 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ type
|
|||
|
||||
TFileSourceUIParams = record
|
||||
sender: TObject;
|
||||
fs: IFileSource;
|
||||
|
||||
col: Integer;
|
||||
row: Integer;
|
||||
drawingRect: TRect;
|
||||
|
|
|
|||
|
|
@ -2002,6 +2002,7 @@ begin
|
|||
|
||||
params:= Default( TFileSourceUIParams );
|
||||
params.sender:= Self.ColumnsView;
|
||||
params.fs:= Self.ColumnsView.FileSource;
|
||||
params.col:= aCol;
|
||||
params.row:= aRow;
|
||||
params.displayFile:= aFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue