Make sure the button stays on top of everything else
p3lim [12-26-10 - 19:04]
Make sure the button stays on top of everything else
diff --git a/Molinari.lua b/Molinari.lua
index 062e024..f178642 100644
--- a/Molinari.lua
+++ b/Molinari.lua
@@ -47,7 +47,7 @@ function button:PLAYER_LOGIN()
end
end)
- self:SetFrameStrata('DIALOG')
+ self:SetFrameStrata('TOOLTIP')
self:SetAttribute('alt-type1', 'macro')
self:SetNormalTexture([=[Interface\PaperDollInfoFrame\UI-GearManager-ItemButton-Highlight]=])
self:GetNormalTexture():SetTexCoord(0.11, 0.66, .11, 0.66)