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