Problem with smVCL ScaleMode in v14.12

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38084
    Saeidd2016
    Participant

    Hello,

    In v14.12 it is not possible to set the ScaleMode to smVCL both in design time and in run time.(Delphi Berlin, Windows 10)

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