Skip to content

Instantly share code, notes, and snippets.

@tekkub
Created June 24, 2010 03:04
Show Gist options
  • Save tekkub/450918 to your computer and use it in GitHub Desktop.
Save tekkub/450918 to your computer and use it in GitHub Desktop.
CHAT_FRAME_TAB_NORMAL_NOMOUSE_ALPHA = 0
CHAT_FRAME_TAB_SELECTED_NOMOUSE_ALPHA = 0
for i=1,NUM_CHAT_WINDOWS do
local tab = _G["ChatFrame"..i.."Tab"]
tab.noMouseAlpha = 0
tab:SetAlpha(0)
end
@rspeicher
Copy link

You magnificent bastard.

@tekkub
Copy link
Author

tekkub commented Jun 24, 2010

^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment