Glowbutton appearance error after update

Hi, I was changing appearance without problems on a glowButton.

tButton->Appearance->Color = tColor;

But after last update, I get a NULL on appearance after glowButton creation.
What can I do? I already set UseAppearance = true.

Please provide a sample source project with which we can reproduce this so we know all your TAdvGlowButton settings & the exact code you use

//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

#include "Unit1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "AdvGlowButton"
#pragma resource "*.dfm"
TForm1 Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent
Owner)
: TForm(Owner)
{
AdvGlowButton1->Appearance->Color = clRed;
}
//---------------------------------------------------------------------------
Default glowButton settings and Appearance now is NULL

I cannot reproduce this.

There must be something wrong with the setup of the component.
Do you install the latest version and are you sure ALL old version files (including old version .HPP, .LIB, .BPI files are removed?