IDE: about: using invalidate

git-svn-id: trunk@17493 -
This commit is contained in:
mattias 2008-11-21 12:43:18 +00:00
parent de7237e64a
commit f44b3a9da2

View File

@ -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;