mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 04:29:10 +02:00
Mark beginning of selected text
This commit is contained in:
parent
74405ab2e5
commit
e4d7867e0e
@ -5202,7 +5202,7 @@ begin
|
|||||||
if ValidBlock=false then
|
if ValidBlock=false then
|
||||||
begin
|
begin
|
||||||
{ SetSelection(SelStart,Limit);}
|
{ 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);
|
SetSelection(P1,P2);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user