View Single Post
09-19-09, 04:25 AM   #9
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
One way to get around it might be like this but it does increase loading time if it is run me thinks

Code:
if tonumber(GetCVar("useUiScale")) ~= 1 then
 SetCVar("useUiScale", 1)
 ReloadUI()
end
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.
  Reply With Quote