mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:29:38 +02:00
prevent premature window destroy by default wm_close
git-svn-id: trunk@5076 -
This commit is contained in:
parent
a38e93a1a7
commit
b4b93ea7dd
@ -353,6 +353,8 @@ Begin
|
||||
WM_CLOSE:
|
||||
Begin
|
||||
LMessage.Msg := LM_CLOSEQUERY;
|
||||
// default is to destroy window, inhibit
|
||||
WinProcess := false;
|
||||
End;
|
||||
WM_COMMAND:
|
||||
Begin
|
||||
@ -974,6 +976,9 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.88 2004/01/19 21:51:50 micha
|
||||
prevent premature window destroy by default wm_close
|
||||
|
||||
Revision 1.87 2004/01/12 08:20:50 micha
|
||||
implement overlay window for designer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user