Glow issue in v.15.09 Root › Technical support › Troubleshooting This topic has 7 replies, 2 voices, and was last updated 4 years, 4 months ago by Support. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts June 13, 2020 at 3:34 pm #68964 LasseParticipant I reverted this procedure in v.15.09 to v.15.08 to fix the issue. procedure TacGlowEffect.Show(RealRect: TRect; const Alpha: integer; WndHandle: HWND); => procedure TacGlowEffect.Show(R, RealRect: TRect; const Alpha: integer; WndHandle: HWND); There seems to be painting issues here and there with the current implementation (see attachments). Attachments:You must be logged in to view attached files. June 14, 2020 at 3:19 pm #68969 SupportKeymaster Hello Lasse! Can you help me to repeat this issue, plz? June 14, 2020 at 4:04 pm #68970 LasseParticipant I will debug the v.15.09 code later when I have time. June 15, 2020 at 4:00 pm #68983 LasseParticipant If I comment out this line (acGlow.pas) it works in v.15.09: 765: // CheckOverlappedRects; This reply was modified 4 years, 5 months ago by Lasse. June 22, 2020 at 5:19 am #68997 SupportKeymaster Hello I can’t just remove this line. This procedure is needed for hiding of invisible parts of glowing. I will try to repeat your situation in the test app and fix it. June 25, 2020 at 12:03 pm #69021 LasseParticipant I just pointed out where the problem is. It still exists in the latest version 15.10. June 25, 2020 at 12:10 pm #69022 LasseParticipant Btw. there is a glow issue with comboboxes in Fluent Night theme (you can see it in your demo). I fixed it by changing the GLOWMARGIN = 2 to 1. Attachments:You must be logged in to view attached files. June 29, 2020 at 8:25 pm #69038 SupportKeymaster These issues will be solved in the nearest release. Author Posts Viewing 8 posts - 1 through 8 (of 8 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