mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 19:01:43 +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;
|
||||
FStartLinePos := 1;
|
||||
FStartBytePos := 1;
|
||||
FAltStartLinePos := -1;
|
||||
FAltStartBytePos := -1;
|
||||
FEndLinePos := 1;
|
||||
FEndBytePos := 1;
|
||||
FEnabled := True;
|
||||
|
Loading…
Reference in New Issue
Block a user