SynEdit: avoid duplicate call

git-svn-id: trunk@43767 -
This commit is contained in:
martin 2014-01-19 03:02:30 +00:00
parent f176b97cd5
commit 1fba2652a7

View File

@ -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);