fixed for now AddOn #13


Open
  • vidariusger created this issue Jul 10, 2024

    go to the addon folder and open the file Simple3DPortraits.lua in an editor (notepad will work) then find the line:

    frame:SetMinResize(20, 20)

     

    It should be line 750 near the bottom of the file, and replace it with:

    frame:SetResizeBounds(20, 20)

     

    Save the file and start the game, you might get somewhere.


To post a comment, please login or register a new account.