mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:59:14 +02:00
improved but not fixed transient windows
git-svn-id: trunk@3947 -
This commit is contained in:
parent
484418d75d
commit
911dc0864f
@ -39,6 +39,7 @@ end;
|
|||||||
|
|
||||||
procedure TCommonDialog.Close;
|
procedure TCommonDialog.Close;
|
||||||
begin
|
begin
|
||||||
|
writeln('TCommonDialog.Close-------------------------------------------------------',Name);
|
||||||
CNSendMessage(LM_DESTROY, Self, nil);
|
CNSendMessage(LM_DESTROY, Self, nil);
|
||||||
FHandle := 0;
|
FHandle := 0;
|
||||||
end;
|
end;
|
||||||
@ -75,6 +76,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.7 2003/03/17 13:00:35 mattias
|
||||||
|
improved but not fixed transient windows
|
||||||
|
|
||||||
Revision 1.6 2003/03/15 09:42:49 mattias
|
Revision 1.6 2003/03/15 09:42:49 mattias
|
||||||
fixed transient windows
|
fixed transient windows
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user