Distorted title icon in v14.00

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

    This change in sSkinProvider.pas makes title icon distorted.

    Code:
    function GetNearestSize(Max: integer): integer;
    begin
    Result := 20;
    {
    case Max of
    -100..47: Result := 16;
    48..64: Result := 24
    else Result := 32
    end;
    }
    end;

    I changed it back to commented code and it works like before. I haven't set the SkinProvider.TitleIcon.Glyph but project application icon.

    #58353
    Support
    Keymaster

    Hello!

    Can you make a demo, please? I will check it.

    #58365
    Lasse
    Participant

    I think you can see this in your demo.

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