From b3d87bcc7f2ea72926bb83a4cfd62621dae2fb19 Mon Sep 17 00:00:00 2001 From: micha Date: Fri, 19 Dec 2003 18:20:02 +0000 Subject: [PATCH] delay property removal until wm_destroy (thx vincent) git-svn-id: trunk@4910 - --- lcl/interfaces/win32/win32object.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lcl/interfaces/win32/win32object.inc b/lcl/interfaces/win32/win32object.inc index 7619edbdd4..2bb3aeb6d7 100644 --- a/lcl/interfaces/win32/win32object.inc +++ b/lcl/interfaces/win32/win32object.inc @@ -581,7 +581,6 @@ Begin Begin If Handle <> 0 Then begin - RemoveProp(Handle, 'Lazarus'); DestroyAcceleratorTable(Windows.GetProp(Handle, 'Accel')); DestroyWindow(Handle); end; @@ -2887,6 +2886,9 @@ End; { $Log$ + Revision 1.148 2003/12/19 18:20:02 micha + delay property removal until wm_destroy (thx vincent) + Revision 1.147 2003/12/19 18:18:17 micha fix window activation z-order