Glow issue in v.15.09

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #68964
    Lasse
    Participant

    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.
    #68969
    Support
    Keymaster

    Hello Lasse!
    Can you help me to repeat this issue, plz?

    #68970
    Lasse
    Participant

    I will debug the v.15.09 code later when I have time.

    #68983
    Lasse
    Participant

    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.
    #68997
    Support
    Keymaster

    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.

    #69021
    Lasse
    Participant

    I just pointed out where the problem is. It still exists in the latest version 15.10.

    #69022
    Lasse
    Participant

    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.
    #69038
    Support
    Keymaster

    These issues will be solved in the nearest release.

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