mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-30 19:23:42 +02:00
SynEdit: avoid duplicate call
git-svn-id: trunk@43767 -
This commit is contained in:
parent
f176b97cd5
commit
1fba2652a7
@ -1935,7 +1935,7 @@ begin
|
||||
|
||||
ConstrainStartLineBytePos(Value);
|
||||
|
||||
if SelAvail then begin
|
||||
if WasAvail then begin
|
||||
if FStartLinePos < FEndLinePos then begin
|
||||
nInval1 := Min(Value.Y, FStartLinePos);
|
||||
nInval2 := Max(Value.Y, FEndLinePos);
|
||||
|
Loading…
Reference in New Issue
Block a user