View Single Post
02-26-20, 03:25 AM   #1
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
How to prevent automated HideUIPanel()?

While at a vendor, clicking a profession in the SpellBookFrame (thus opening TradeSkillFrame) automatically closes the SpellBookFrame with a call of HideUIPanel().

I would like to suppress this automatic closing. So I tried to find the responsible code in BlizzardInterfaceCode, but to no avail.

All I know is that when I use MoveAnything on the SpellBookFrame, it stays open. But I was not able to identify which part of MoveAnything is the cause for this.

Does anybody have an idea?
I do not want to taint HideUIPanel()!

Thanks!
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote