mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-19 12:39:26 +02:00
SynEdit: remove outdated comment (after c33eb7418e
)
This commit is contained in:
parent
bb49b8d5f9
commit
955b946f8c
@ -2689,8 +2689,7 @@ begin
|
|||||||
*)
|
*)
|
||||||
FIsInDecPaintLock := iplSubLock;
|
FIsInDecPaintLock := iplSubLock;
|
||||||
if sfEnsureCursorPos in fStateFlags then
|
if sfEnsureCursorPos in fStateFlags then
|
||||||
EnsureCursorPosVisible; // TODO: This may call SetTopLine, change order
|
EnsureCursorPosVisible;
|
||||||
// This does Paintlock, should be before final decrease
|
|
||||||
FIsInDecPaintLock := iplIgnore;
|
FIsInDecPaintLock := iplIgnore;
|
||||||
|
|
||||||
(* EnsureCursorPosVisible; may have scrolled
|
(* EnsureCursorPosVisible; may have scrolled
|
||||||
|
Loading…
Reference in New Issue
Block a user