Quantcast

Raise the strata to keep functionality

unknown [11-30-09 - 21:50]
Raise the strata to keep functionality
Filename
Molinari.lua
diff --git a/Molinari.lua b/Molinari.lua
index 5c3044e..36e102e 100644
--- a/Molinari.lua
+++ b/Molinari.lua
@@ -8,6 +8,7 @@ for _, spark in pairs(button.sparkles) do
 	spark:SetWidth(spark:GetWidth() * 3)
 end

+button:SetFrameStrata('DIALOG')
 button:RegisterEvent('PLAYER_LOGIN')
 button:RegisterEvent('MODIFIER_STATE_CHANGED')
 button:SetScript('OnEvent', function(self, event, ...) self[event](self, event, ...) end)