Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-10-13, 04:07 PM   #1
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
VuhDo InfoPanel Fix

After I updated VuhDo today, it stopped working with the InfoPanel.

Apparently VuhDo now creates its frames in a more dynamic/lazy way, as an optimization. Unfortunately, this means one of the frames that nUI_InfoPanel_VuhDo needs is not available, by default, when it is needed to initialize the plugin.

The fix is to change nUI_InfoPanel_VuhDo.lua around line 158.

Replace:

Code:
local V_Frame = Vd1;
with:

Code:
local V_Frame = VUHDO_getOrCreateActionPanel(1);
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » VuhDo InfoPanel Fix


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off