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;