This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Anyone tested or fixed this for 9.x PTR-Beta?
Wondering the same thing.
Please update...
If, like me, you are looking for a solution to fix KgPanels with the new patch, this solved my problems :
First, close World of Warcraft.
Go to -> World of Warcraft\Interface\AddOns\KgPanels
-> Open with Notepad the file named "kgPanels" (it's a .LUA file)
Find with Ctrl + F this :
CreateFrame("Frame","kgPanel"..panelIndex,parents["UIParent"])
Replace this line by :
CreateFrame("Frame","kgPanel"..panelIndex,parents["UIParent"],"BackdropTemplate")
Save the file and start your game, it should work.
Thank you very much for this work-around! :)
@Diarkos, thank you!!! Perfect ;-)
Adrika
To post a comment, please login or register a new account.