From b102b302025a3f28d6125f5a61d4b363e0f3eb55 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 14 Aug 2009 09:28:13 +0000 Subject: [PATCH] IDE: calling Idle during compile git-svn-id: trunk@21221 - --- ide/outputfilter.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/outputfilter.pas b/ide/outputfilter.pas index d63291042e..a52a89c089 100644 --- a/ide/outputfilter.pas +++ b/ide/outputfilter.pas @@ -300,6 +300,7 @@ begin EndUpdate; end; Application.ProcessMessages; + Application.Idle(false); BeginUpdate; EndUpdateNeeded:=true; end;