mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
SynEdit: Fix goto bookmark and persistent block. Do not clear persistent block
git-svn-id: trunk@37453 -
This commit is contained in:
parent
0fa5af44a5
commit
d8b0d0defc
@ -5508,9 +5508,8 @@ begin
|
||||
then begin
|
||||
LogCaret:=Point(fBookMarks[BookMark].Column, fBookMarks[BookMark].Line);
|
||||
DoIncPaintLock(Self); // No editing is taking place
|
||||
FCaret.ChangeOnTouch;
|
||||
FCaret.LineBytePos := LogCaret;
|
||||
SetBlockEnd(LogCaret);
|
||||
SetBlockBegin(LogCaret);
|
||||
DoDecPaintLock(Self);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user