mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
not sure why E:Width is not working for this.
This commit is contained in:
@@ -543,7 +543,7 @@ function mod:QueueObject(object)
|
|||||||
object:SetTexture("")
|
object:SetTexture("")
|
||||||
object:SetTexCoord(0, 0, 0, 0)
|
object:SetTexCoord(0, 0, 0, 0)
|
||||||
elseif objectType == "FontString" then
|
elseif objectType == "FontString" then
|
||||||
E:Width(object, 0.001)
|
object:SetWidth(0.001)
|
||||||
elseif objectType == "StatusBar" then
|
elseif objectType == "StatusBar" then
|
||||||
object:SetStatusBarTexture("")
|
object:SetStatusBarTexture("")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user