Problem with smVCL ScaleMode in v14.12

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #58826
    Support
    Keymaster

      Hello

      Please, open the sSkinManager.pas file and change

      Code:
      {$IFNDEF DELPHI_10TOKYO}
      {$DEFINE AUTOVCL}

      to

      Code:
      {$IFNDEF DELPHI_10BERLIN}
      {$DEFINE AUTOVCL}

      Rebuild the package after that.

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.