Added tranliterate into the icon tooltip

This commit is contained in:
Tercio Jose
2024-06-01 12:52:52 -03:00
parent cd16ce7590
commit 9605299be0
5 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -716,7 +716,7 @@ function detailsFramework:SetMask(texture, maskTexture)
if (not texture.MaskTexture) then
local parent = texture:GetParent()
local maskTextureObject = parent:CreateMaskTexture(nil, "artwork")
maskTextureObject:SetAllPoints(texture)
maskTextureObject:SetAllPoints(texture.widget or texture)
texture:AddMaskTexture(maskTextureObject)
texture.MaskTexture = maskTextureObject
end