mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
parent
681f4223cc
commit
b8d03d0e29
@ -1100,7 +1100,7 @@ begin
|
||||
pEndLine := pStartLine
|
||||
else
|
||||
// pEndLine seems to be the first line after the change
|
||||
pEndLine := pEndLine - 1;
|
||||
pEndLine := Max(1, pEndLine - 1);
|
||||
lEndLine := pEndLine;
|
||||
FColumnCache[ToIdx(lEndLine)] := FirstCharacterColumn[ToIdx(lEndLine)];
|
||||
x := FColumnCache[ToIdx(lEndLine)];
|
||||
|
Loading…
Reference in New Issue
Block a user