mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 14:47:21 +01:00
added soContent to default SaveOptions to StringGrid, fix #10852
git-svn-id: trunk@14195 -
This commit is contained in:
parent
e97e5ab6b0
commit
fdf1e79e71
@ -8008,6 +8008,7 @@ begin
|
||||
//WordBreak := False
|
||||
end;
|
||||
ExtendedSelect := True;
|
||||
SaveOptions := [soContent];
|
||||
end;
|
||||
|
||||
destructor TCustomStringGrid.Destroy;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user