DropDown button in the TsPageControl

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #68597
    Lasse
    Participant

    The latest fix does not seem to work.

    Attachments:
    You must be logged in to view attached files.
    #68599
    Lasse
    Participant

    I removed that ExcludeClipRect code and seems to work…

    procedure TsPageControl.AcPaint(const Message: TWMPaint);
    ...
            if DropBtn <> nil then
              with DropBtn.BoundsRect do
                ExcludeClipRect(DC, Left, Top, Right, Bottom);
    #68612
    Support
    Keymaster

    Thank you, I see it. This issue will be solved in the nearest release.

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