FIX: SplashForm: OnCLose missed before

(cherry picked from commit 1f71a393a3)
This commit is contained in:
rich2014 2023-09-25 18:37:42 +08:00 committed by Alexander Koblov
commit 86798ee994

View file

@ -1019,6 +1019,7 @@ object frmStartingSplash: TfrmStartingSplash
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.0.12.0'
OnClose = FormClose
OnCreate = FormCreate
OnHide = FormHide
object pnlInfo: TPanel