mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:40:26 +02:00
SynEdit: Fixed uninitialized value in block-selection
git-svn-id: trunk@43165 -
This commit is contained in:
parent
ca952b3a82
commit
8ddc0aa3d1
@ -1218,6 +1218,8 @@ begin
|
|||||||
FActiveSelectionMode := smNormal;
|
FActiveSelectionMode := smNormal;
|
||||||
FStartLinePos := 1;
|
FStartLinePos := 1;
|
||||||
FStartBytePos := 1;
|
FStartBytePos := 1;
|
||||||
|
FAltStartLinePos := -1;
|
||||||
|
FAltStartBytePos := -1;
|
||||||
FEndLinePos := 1;
|
FEndLinePos := 1;
|
||||||
FEndBytePos := 1;
|
FEndBytePos := 1;
|
||||||
FEnabled := True;
|
FEnabled := True;
|
||||||
|
Loading…
Reference in New Issue
Block a user