TekNoLogic / HatTrick

WoW Addon - Simple cloak/helm checkboxes in the Character frame
http://www.tekkub.net/
5 stars 2 forks source link

Adjust checkbox strata #6

Closed spiralofhope closed 13 years ago

spiralofhope commented 13 years ago

lloydbates suggested a strata adjustment to make the checkboxes work again: http://www.wowinterface.com/downloads/info6958-347001.html#comments

22

hcheck:SetToplevel(true)
-->
hcheck:SetToplevel(true)
hcheck:SetFrameStrata("HIGH")
## 

38

ccheck:SetToplevel(true)
-->
ccheck:SetToplevel(true)
ccheck:SetFrameStrata("HIGH")
spiralofhope commented 13 years ago

My apologies for not attempting a git push/commit for you to just merge, I haven't spent any time to figure git out.