Thank you Bart, All voids goes to Bart at this time :)
I tested, kubuntu 13.10 x64. if different color is clDefault (TEditButton.Color<>clDefault), write it in lfm, if its equal to clDefault, not in lfm, but property value is clDefault ( if some one looking for in lfm file, can not see Color = clDefault)
Thank you very much


10-04-2014 20:57 tarihinde, Bart yazdı:
On 4/10/14, Bart <bartjun...@gmail.com> wrote:

I can confirm this. It does not store in LFM.
That's a wrong conclusion it seems.
It does store in LFM, see snippet:

     object EditButton1: TEditButton
       Left = 8
       Height = 23
       Top = 46
       Width = 160
       ButtonWidth = 23
       Color = clYellow   <<<==============
       MaxLength = 0
       NumGlyphs = 1
       OnButtonClick = EditButton1ButtonClick

But upon loading it the color of FEdit gets reset to it's parent color.

Fixed in r44669.
Please test.

Bart

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to