From f44b3a9da2f4cab59257dc49b37536a444910662 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 21 Nov 2008 12:43:18 +0000 Subject: [PATCH] IDE: about: using invalidate git-svn-id: trunk@17493 - --- ide/aboutfrm.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/aboutfrm.pas b/ide/aboutfrm.pas index c4e3fb1440..7049ed1101 100644 --- a/ide/aboutfrm.pas +++ b/ide/aboutfrm.pas @@ -354,7 +354,7 @@ begin //start showing the list from the start if FStartLine > FLines.Count - 1 then FOffset := FBuffer.Height; - Repaint; + Invalidate; end; function TScrollingText.ActiveLineIsURL: boolean;