LCL, TDrawGrid: Fix ExtendedSelect property is not saved, Patch by Sebastian Hütter, issue #41084

This commit is contained in:
Jesus Reyes A 2024-10-27 19:48:59 -06:00
parent c03ed0b963
commit 602375a803

View File

@ -9989,6 +9989,7 @@ begin
FAutoEdit := True;
FFocusRectVisible := True;
FDefaultDrawing := True;
FExtendedSelect := True;
FOptions:=
[goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect,
goSmoothScroll ];
@ -12088,7 +12089,6 @@ begin
Clipping := True;
//WordBreak := False
end;
ExtendedSelect := True;
SaveOptions := [soContent];
end;