grid2 position not fixed in conjunction with the UIScale Addon #467


  • Declined
  • Other
Closed
Assigned to michaelsp
  • _ForgeUser26660170 created this issue Jul 30, 2016

    My grid moves around the screen after each login. I suppose it's due to the http://wowinterface.com/downloads/info16878-UIScale.html UIScale Addon that sets the UIScale after the UI has been loaded. As other addons don't have this kind of problem I assume it is something that can be addressed on your side.

    It would be highly appreciated if this inconvienience could be fixed.

  • _ForgeUser26660170 added the tags New Other Jul 30, 2016
  • michaelsp posted a comment Jul 31, 2016

    UIScale is being loading after Grid2, i can do nothing. Maybe ask to the UIScale developer to use PLAYER_LOGIN event instead PLAYER_ENTERING_WORLD event, or replace

    f:RegisterEvent("PLAYER_ENTERING_WORLD")

    with

    f:RegisterEvent("PLAYER_LOGIN")

    in UIScale.lua

  • michaelsp removed a tag New Jul 31, 2016
  • michaelsp added a tag Declined Jul 31, 2016
  • michaelsp closed issue Jul 31, 2016

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