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

Reply via email to