mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
@@ -1439,6 +1439,7 @@ function B:PostBagMove()
|
||||
local screenHeight = E.UIParent:GetTop()
|
||||
local screenWidth = E.UIParent:GetRight()
|
||||
|
||||
if x and y then -- Temp Fix
|
||||
if y > (screenHeight / 2) then
|
||||
self:SetText(self.textGrowDown)
|
||||
self.POINT = ((x > (screenWidth / 2)) and "TOPRIGHT" or "TOPLEFT")
|
||||
@@ -1446,6 +1447,7 @@ function B:PostBagMove()
|
||||
self:SetText(self.textGrowUp)
|
||||
self.POINT = ((x > (screenWidth / 2)) and "BOTTOMRIGHT" or "BOTTOMLEFT")
|
||||
end
|
||||
end
|
||||
|
||||
local bagFrame
|
||||
if self.name == "ElvUIBankMover" then
|
||||
|
||||
Reference in New Issue
Block a user