mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 21:09:12 +02:00
LCL, grids: fix saving sizepriority value, patch from Michl, issue #29691
git-svn-id: trunk@52029 -
This commit is contained in:
parent
c0eee1ac56
commit
fdeb9c3110
@ -8704,7 +8704,7 @@ begin
|
||||
if c.PickList.Count>0 then
|
||||
cfg.SetValue(cPath + '/picklist/value', c.PickList.CommaText);
|
||||
if c.IsSizePriorityStored then
|
||||
cfg.SetValue(cPath + '/sizepriority', c.SizePriority);
|
||||
cfg.SetValue(cPath + '/sizepriority/value', c.SizePriority);
|
||||
if not c.IsDefaultFont then
|
||||
CfgSetFontValue(cfg, cPath + '/font', c.Font);
|
||||
cfg.setValue(cPath + '/title/caption/value', c.Title.Caption);
|
||||
|
Loading…
Reference in New Issue
Block a user