From 8a29c73be81a624c2ad6a05c7a0bb56b155ce597 Mon Sep 17 00:00:00 2001 From: lazarus Date: Fri, 22 Mar 2002 13:11:29 +0000 Subject: [PATCH] Added Application.ProcessMessages in MainMouseMoved to prevent the IDE hanging. Shane git-svn-id: trunk@1532 - --- ide/main.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ide/main.pp b/ide/main.pp index ea17e24343..b249e99362 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -5940,6 +5940,7 @@ begin if not EnvironmentOptions.ShowHintsForComponentPalette then exit; end; Control:=Control.Parent; + Application.ProcessMessages; end; HintTimer1.Enabled := ([ssLeft,ssRight,ssMiddle]*Shift=[]); end; @@ -6438,6 +6439,11 @@ end. { ============================================================================= $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 MG: many fixes, to make it short: events