mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +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;
|
||||
begin
|
||||
writeln('TCommonDialog.Close-------------------------------------------------------',Name);
|
||||
CNSendMessage(LM_DESTROY, Self, nil);
|
||||
FHandle := 0;
|
||||
end;
|
||||
@ -75,6 +76,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$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
|
||||
fixed transient windows
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user