mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 12:59:24 +02:00
MG: started mouse bugfix and completed Makefile.fpc
git-svn-id: trunk@1199 -
This commit is contained in:
parent
da86d8e8b9
commit
53255e3f75
@ -343,9 +343,9 @@ end;
|
||||
{------------------------------------------------------------------------------}
|
||||
procedure TApplication.Run;
|
||||
begin
|
||||
if FMainForm <> nil
|
||||
if FMainForm <> nil
|
||||
then FMainForm.Show;
|
||||
|
||||
|
||||
repeat
|
||||
HandleMessage;
|
||||
if Assigned(FMainForm) and (FMainForm.ModalResult = mrCancel)
|
||||
@ -411,6 +411,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.23 2002/05/24 07:16:31 lazarus
|
||||
MG: started mouse bugfix and completed Makefile.fpc
|
||||
|
||||
Revision 1.22 2002/05/10 06:05:51 lazarus
|
||||
MG: changed license to LGPL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user