[Lazarus] Ann: TButtonEdit as replacement for TEditButton

Bart bartjunk64 at gmail.com
Thu Apr 10 19:57:44 CEST 2014


On 4/10/14, Bart <bartjunk64 at 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




More information about the Lazarus mailing list