View Single Post
12-03-11, 02:08 AM   #16
Zista
A Murloc Raider
 
Zista's Avatar
AddOn Author - Click to view addons
Join Date: May 2010
Posts: 5
For those trying to reparent the entire bar, use
Code:
ExtraActionBarFrame.ignoreFramePositionManager = true
instead of
Code:
UIPARENT_MANAGED_FRAME_POSITIONS.ExtraActionBarFrame
to aviod taint.
__________________
  Reply With Quote