TBitBtn problem with 8.46

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35869
    Gabor Boros
    Participant

    Hi,

    After switched from 7.70 to 8.46 I have a problem with standard TBitBtn.

    With 7.70 BitBtn painted with darker blue when have the focus or mouse cursor moved to over it.

    With 8.46 painted with darker blue always. See the attached screenshots and the example project.

    Gabor

    #50873
    Support
    Keymaster

    Hello

    You should use such code:

    Code:
    uses sDefaults;

    procedure TForm1.FormCreate(Sender: TObject);
    begin
    SkinManager:=TsSkinManager.Create(Self);
    SkinManager.ThirdLists[ord(tpBitBtn)].Add('TBitBtn');
    SkinManager.SkinName:='Air';

    TBitBtn must be handled as BitBtn, not as simply Button.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.