This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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.
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
To post a comment, please login or register a new account.