- fix hiding of the stance and menu bar

- fix a bug that was preventing the interaction indicators (highlight/pushed textures) to show up correctly in some cases
- re-enabled the checked texture for the stance buttons (why was that off <.<)
This commit is contained in:
Hendrik Leppkes
2008-05-03 23:22:51 +00:00
parent 133efaaf1e
commit 850c50c772
3 changed files with 12 additions and 12 deletions
+1 -2
View File
@@ -48,11 +48,10 @@ function MicroMenuMod:OnEnable()
-- TODO: real start position
self.bar:SetPoint("CENTER")
self.bar:ApplyConfig(self.db.profile)
end
self.bar.disabled = nil
self:ToggleOptions()
self.bar:ApplyConfig(self.db.profile)
end
function MicroMenuMod:OnDisable()