ShowFocusRect button option Root › Technical support › Troubleshooting This topic has 5 replies, 3 voices, and was last updated 5 years, 5 months ago by Support. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 30, 2019 at 11:04 am #38270 LasseParticipant Is it by design or is this a bug that a button focus rect is not showing if SkinManager is assigned? See sButton unit, procedure TsButton.DrawCaption, and line Code: 587: (SkinData.SkinManager = nil) then begin By commenting that out it works like I think it should. May 30, 2019 at 12:36 pm #59546 Stephane SenecalParticipant TsSkinManager.ButtonsOptions.ShowFocusRect is set to what? Stephane Senecal CIS Group Delphi programmer since 2001 May 30, 2019 at 12:45 pm #59547 LasseParticipant True, see the code, it tells what the problem is. May 30, 2019 at 12:52 pm #59548 LasseParticipant and the button must be TsButton, works only with TButton now… May 30, 2019 at 1:00 pm #59549 Stephane SenecalParticipant Oh I see now. Sorry. To add a little bit more information, that part of code is different between TsButton and TsBitBtn which is weird. The focus rectangle is displayed in the TsBitBtn. Stephane Senecal CIS Group Delphi programmer since 2001 May 31, 2019 at 12:54 pm #59566 SupportKeymaster Yes, this is the error, it will be fixed in the v14.26 Author Posts Viewing 6 posts - 1 through 6 (of 6 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