- 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:
+1
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user