mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:28:14 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user