mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 14:19:08 +02:00
LCL, TDrawGrid: Fix ExtendedSelect property is not saved, Patch by Sebastian Hütter, issue #41084
This commit is contained in:
parent
c03ed0b963
commit
602375a803
@ -9989,6 +9989,7 @@ begin
|
|||||||
FAutoEdit := True;
|
FAutoEdit := True;
|
||||||
FFocusRectVisible := True;
|
FFocusRectVisible := True;
|
||||||
FDefaultDrawing := True;
|
FDefaultDrawing := True;
|
||||||
|
FExtendedSelect := True;
|
||||||
FOptions:=
|
FOptions:=
|
||||||
[goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect,
|
[goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect,
|
||||||
goSmoothScroll ];
|
goSmoothScroll ];
|
||||||
@ -12088,7 +12089,6 @@ begin
|
|||||||
Clipping := True;
|
Clipping := True;
|
||||||
//WordBreak := False
|
//WordBreak := False
|
||||||
end;
|
end;
|
||||||
ExtendedSelect := True;
|
|
||||||
SaveOptions := [soContent];
|
SaveOptions := [soContent];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user