mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Forgotten file for previous commit.
This commit is contained in:
parent
54ea0f6faa
commit
fea1e0cc29
1 changed files with 2 additions and 2 deletions
|
|
@ -1405,7 +1405,7 @@ end;
|
|||
procedure TfrmViewer.FormCreate(Sender: TObject);
|
||||
begin
|
||||
InitPropStorage(Self);
|
||||
HotMan.RegisterHotkeyManager(Self);
|
||||
HotMan.Register(Self);
|
||||
FontOptionsToFont(gFonts[dcfViewer], ViewerControl.Font);
|
||||
|
||||
FileList := TStringList.Create;
|
||||
|
|
@ -1621,7 +1621,7 @@ begin
|
|||
FreeAndNil(FModSizeDialog);
|
||||
if Assigned(FBitmapList) then
|
||||
FreeAndNil(FBitmapList);
|
||||
HotMan.UnRegisterHotkeyManager(Self);
|
||||
HotMan.UnRegister(Self);
|
||||
end;
|
||||
|
||||
procedure TfrmViewer.miProcessClick(Sender: TObject);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue