Added Application.ProcessMessages in MainMouseMoved to prevent the IDE hanging.

Shane

git-svn-id: trunk@1532 -
This commit is contained in:
lazarus 2002-03-22 13:11:29 +00:00
parent 17feff57be
commit 8a29c73be8

View File

@ -5940,6 +5940,7 @@ begin
if not EnvironmentOptions.ShowHintsForComponentPalette then exit; if not EnvironmentOptions.ShowHintsForComponentPalette then exit;
end; end;
Control:=Control.Parent; Control:=Control.Parent;
Application.ProcessMessages;
end; end;
HintTimer1.Enabled := ([ssLeft,ssRight,ssMiddle]*Shift=[]); HintTimer1.Enabled := ([ssLeft,ssRight,ssMiddle]*Shift=[]);
end; end;
@ -6438,6 +6439,11 @@ end.
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.250 2002/03/22 13:11:29 lazarus
Added Application.ProcessMessages in MainMouseMoved to prevent the IDE hanging.
Shane
Revision 1.249 2002/03/22 12:36:44 lazarus Revision 1.249 2002/03/22 12:36:44 lazarus
MG: many fixes, to make it short: events MG: many fixes, to make it short: events