From 4efcc0eddcfa5bbbe59843677f24fbb7e6c1c150 Mon Sep 17 00:00:00 2001 From: Crum <7307335+Crumdidlyumshis@users.noreply.github.com> Date: Fri, 29 Dec 2017 01:02:14 -0600 Subject: [PATCH] =?UTF-8?q?Oops=20=F0=9F=98=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2/3/4/5/6/7/ElvUI/Modules/Bags/BagBar.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/2/3/4/5/6/7/ElvUI/Modules/Bags/BagBar.lua b/2/3/4/5/6/7/ElvUI/Modules/Bags/BagBar.lua index 2af8010..c153da5 100644 --- a/2/3/4/5/6/7/ElvUI/Modules/Bags/BagBar.lua +++ b/2/3/4/5/6/7/ElvUI/Modules/Bags/BagBar.lua @@ -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 \ No newline at end of file +end