mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 22:39:20 +02:00
Added Application.ProcessMessages in MainMouseMoved to prevent the IDE hanging.
Shane git-svn-id: trunk@1532 -
This commit is contained in:
parent
17feff57be
commit
8a29c73be8
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user