This commit is contained in:
Bunny67
2020-06-05 17:00:29 +03:00
parent 26a968f932
commit b740795861
+1 -2
View File
@@ -330,8 +330,6 @@ local function modify(parent, region, data)
region.zoom = data.zoom;
region:UpdateSize()
icon:SetDesaturated(data.desaturate);
local tooltipType = WeakAuras.CanHaveTooltip(data);
if(tooltipType and data.useTooltip) then
if not region.tooltipFrame then
@@ -393,6 +391,7 @@ local function modify(parent, region, data)
or "Interface\\Icons\\INV_Misc_QuestionMark"
);
icon:SetTexture(iconPath);
icon:SetDesaturated(data.desaturate);
end
function region:Scale(scalex, scaley)