Fix the QuestLog button anchoring when using a vertical micromenu

This commit is contained in:
Hendrik Leppkes
2009-04-16 11:46:55 +02:00
parent 7de8d7ab10
commit dc2329544f
+1
View File
@@ -53,6 +53,7 @@ function MicroMenuMod:OnEnable()
self:RawHook("UpdateTalentButton", noopFunc, true)
self:RawHook("AchievementMicroButton_Update", noopFunc, true)
AchievementMicroButton:SetScript("OnEvent", nil)
for i,v in pairs(buttons) do
v:SetParent(self.bar)