TBitBtn problem with 8.46 Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 11 years, 1 month ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 10, 2013 at 11:14 am #35869 Gabor BorosParticipant 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 October 12, 2013 at 7:31 am #50873 SupportKeymaster 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. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting