Oops 😬

This commit is contained in:
Crum
2017-12-29 01:02:14 -06:00
committed by GitHub
parent 94b2c6bced
commit 4efcc0eddc
+1 -8
View File
@@ -78,13 +78,6 @@ function B:SizeAndPositionBagBar()
button:SetWidth(E.db.bags.bagBar.size)
button:SetHeight(E.db.bags.bagBar.size)
button:ClearAllPoints()
-- if E.db.bags.bagBar.mouseover then
-- button:SetAlpha(0)
-- button:Show()
-- else
-- button:SetAlpha(1)
-- button:Show()
-- end
if growthDirection == "HORIZONTAL" and sortDirection == "ASCENDING" then
if i == 1 then
@@ -172,4 +165,4 @@ function B:LoadBagBar()
self:SizeAndPositionBagBar()
E:CreateMover(ElvUIBags, "BagsMover", L["Bags"])
end
end