mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Verify checksum - assign OnCreate event (fixes #1894)
(cherry picked from commit 3e09c8c56b)
This commit is contained in:
parent
a5d255e5a9
commit
e5068339e2
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ object frmCheckSumVerify: TfrmCheckSumVerify
|
|||
Constraints.MinWidth = 300
|
||||
KeyPreview = True
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
OnKeyDown = FormKeyDown
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stAlways
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue