mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 01:19:21 +02:00
SynEdit: Select UTF8 text correctly when Persistent Block is active. Issue #32667, patch from Bartek Dajewski.
git-svn-id: trunk@56357 -
This commit is contained in:
parent
9c88011cc1
commit
9ac7781f41
@ -1736,7 +1736,7 @@ begin
|
|||||||
FAltStartBytePos := -1;
|
FAltStartBytePos := -1;
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
StartLineBytePos := Point(FCaret.OldCharPos, FCaret.OldLinePos);
|
StartLineBytePos := FCaret.OldLineBytePos;
|
||||||
EndLineBytePos := FCaret.LineBytePos;
|
EndLineBytePos := FCaret.LineBytePos;
|
||||||
if Persistent and IsBackwardSel then
|
if Persistent and IsBackwardSel then
|
||||||
SortSelectionPoints;
|
SortSelectionPoints;
|
||||||
|
Loading…
Reference in New Issue
Block a user