Oops 😬

This commit is contained in:
Crum
2017-12-29 01:02:14 -06:00
committed by GitHub
parent 94b2c6bced
commit 4efcc0eddc
@@ -78,13 +78,6 @@ function B:SizeAndPositionBagBar()
button:SetWidth(E.db.bags.bagBar.size) button:SetWidth(E.db.bags.bagBar.size)
button:SetHeight(E.db.bags.bagBar.size) button:SetHeight(E.db.bags.bagBar.size)
button:ClearAllPoints() 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 growthDirection == "HORIZONTAL" and sortDirection == "ASCENDING" then
if i == 1 then if i == 1 then