tvplanit: Fix occasional crash of application when alarmdlg is shown. Issue #39043.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8550 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-10-13 10:28:16 +00:00
parent 885da797ae
commit 72217cba80
5 changed files with 10 additions and 12 deletions

View File

@ -15,8 +15,6 @@ object AlarmNotifyForm: TAlarmNotifyForm
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
Position = poDefault
LCLVersion = '2.3.0.0'
object SnoozeCaption: TLabel
AnchorSideLeft.Control = lTime
AnchorSideTop.Control = Bevel1
@ -56,7 +54,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Left = 8
Height = 15
Top = 8
Width = 30
Width = 29
BorderSpacing.Left = 8
BorderSpacing.Top = 8
Caption = 'lTime'
@ -184,7 +182,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Shape = bsTopLine
end
object EventDialog: TVpEventEditDialog
Version = 'v1.12'
Version = 'v1.0.7'
TimeFormat = tf24Hour
Options = []
Placement.Position = mpCenterTop