mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Quick view - initial viewer size
This commit is contained in:
parent
741e55c0ea
commit
c2804dc2cd
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ begin
|
|||
FFileSource:= aFileView.FileSource;
|
||||
FFileViewPage.FileView.Visible:= False;
|
||||
FFileView.OnChangeActiveFile:= @FileViewChangeActiveFile;
|
||||
with ClientRect do FViewer.SetBounds(Left, Top, Width, Height);
|
||||
TFileViewPage(FFileView.NotebookPage).OnChangeFileView:= @OnChangeFileView;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue