mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 06:40:56 +02:00
SynEdit: WrappedView, Caret, fixed leftmost position with indent
This commit is contained in:
parent
3bf2791292
commit
649f6ccbc8
@ -2073,10 +2073,10 @@ begin
|
|||||||
|
|
||||||
case CaretWrapPos of
|
case CaretWrapPos of
|
||||||
wcpEOL: begin
|
wcpEOL: begin
|
||||||
AFirstViewedX := 2;
|
AFirstViewedX := 2 + WrapInd;
|
||||||
end;
|
end;
|
||||||
wcpBOL: begin
|
wcpBOL: begin
|
||||||
AFirstViewedX := 1;
|
AFirstViewedX := 1 + WrapInd;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user