Thread: graphics issues
View Single Post
05-06-11, 05:28 PM   #19
Cadalie
A Kobold Labourer
Join Date: Jan 2011
Posts: 1
Originally Posted by spiel2001 View Post
Are you two playing on a Mac or a PC?

If you would, open the file [ World of Warcraft > Interface > AddOns > nUI > Main > nUI.lua ] in a plain text editor and look for this line...

Code:
        WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );
and change it to look like this...

Code:
        --WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );
then save the file and reload WoW. Does the problem go away?
I made this change did a /nui rl and it seemed to take care of the issue for me at least inUldum and over the damn.

Accordingly it appears from the Blizz forumns that this is related to viewports.