mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:37:58 +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;
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user