improved but not fixed transient windows

git-svn-id: trunk@3947 -
This commit is contained in:
mattias 2003-03-17 13:00:35 +00:00
parent 484418d75d
commit 911dc0864f

View File

@ -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