LCL, grids: fix saving sizepriority value, patch from Michl, issue #29691

git-svn-id: trunk@52029 -
This commit is contained in:
jesus 2016-03-23 20:31:48 +00:00
parent c0eee1ac56
commit fdeb9c3110

View File

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