Mark beginning of selected text

This commit is contained in:
Margers 2024-09-01 19:44:06 +00:00 committed by Michael Van Canneyt
parent 74405ab2e5
commit e4d7867e0e

View File

@ -5202,7 +5202,7 @@ begin
if ValidBlock=false then
begin
{ SetSelection(SelStart,Limit);}
P1:=CurPos; P1.X:=0; P2:=CurPos; {P2.X:=length(GetLineText(P2.Y))+1;}
P1:=CurPos; P2:=CurPos; {P2.X:=length(GetLineText(P2.Y))+1;}
SetSelection(P1,P2);
end
else