View Single Post
06-17-19, 06:38 PM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Well, it looks like the problem is due to this line that Scott has had in the addon since day 1.

WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );

It essentially resizes the WorldFrame so that the addon UI doesn't obscure the game frame. It looks like this may no longer be feasible/allowable.
__________________
  Reply With Quote