Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed micromenu taint.
  • Loading branch information
Shestak committed Sep 18, 2012
1 parent ab735ae commit 6676fe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ShestakUI/Modules/ActionBars/MicroMenu.lua
Expand Up @@ -77,7 +77,7 @@ for i, button in pairs(microbuttons) do
f:SetFrameStrata("BACKGROUND")
f:Point("BOTTOMLEFT", m, "BOTTOMLEFT", 2, 0)
f:Point("TOPRIGHT", m, "TOPRIGHT", -2, -28)
f:SetTemplate("Default", true)
f:SetTemplate("Default")
m.frame = f

pushed:SetTexCoord(0.17, 0.87, 0.5, 0.908)
Expand Down Expand Up @@ -113,12 +113,12 @@ do
MicroButtonPortrait:ClearAllPoints()
MicroButtonPortrait:Point("TOPLEFT", CharacterMicroButton.frame, "TOPLEFT", 2, -2)
MicroButtonPortrait:Point("BOTTOMRIGHT", CharacterMicroButton.frame, "BOTTOMRIGHT", -2, 2)
end

hooksecurefunc("UpdateMicroButtons", function()
GuildMicroButtonTabard:ClearAllPoints()
GuildMicroButtonTabard:Point("TOP", GuildMicroButton.frame, "TOP", 0, 25)
GuildMicroButtonTabard.SetPoint = T.dummy
GuildMicroButtonTabard.ClearAllPoints = T.dummy
end
end)

CharacterMicroButton:ClearAllPoints()
CharacterMicroButton:Point("BOTTOMLEFT", frame, "BOTTOMLEFT", -2, 0)
Expand Down

0 comments on commit 6676fe6

Please sign in to comment.