mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 00:49:18 +02:00
IDE: about: using invalidate
git-svn-id: trunk@17493 -
This commit is contained in:
parent
de7237e64a
commit
f44b3a9da2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user