DropDown button in the TsPageControl

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.