Skillet

Skillet

112k Downloads

Skillet icon bug

Raismoter opened this issue ยท 3 comments

commented

<Please include the Skillet version number (from the title or the .toc file)>
<Please include the output of "/dump GetLocale()" if it is different than enUS>
skillet v 4.40
"itIT"

Hello my friends i would like to show you a bug about icon in skillet
in few word like you can check from icon if you open the mini windows about the optional reagent each time you open for example a windows with 4 reagent and reopen a windows with more than 4 all the other icon will disappear if open a windows with 2 all the other upper the 2 second icon will disappear in anyother optional reagent
i hope my explain is clear however the image should be easy to understand

thanks for your patience and for your time ^^

WoWScrnShot_060622_124248
WoWScrnShot_060622_124303
WoWScrnShot_060622_124307
WoWScrnShot_060622_124316
WoWScrnShot_060622_124335
WoWScrnShot_060622_124339

commented

This will be fixed in the next release. The patch below to ...\Addons\Skillet\UI\OptionalList.lua will fix your version.

@@ -190,6 +190,7 @@
 			needed:SetText("")
 			texture = GetItemIcon(oreagentID)
 			icon:SetNormalTexture(texture)
+			icon:Show()
 			button:SetID(itemIndex)
 			button:Show()
 		else
commented

thanks for your help but i don t understand where have to add the the patch

looking for all the line i find this command
text:SetText("")
icon:Hide()
count:SetText("")
needed:SetText("")
button:SetID(itemIndex * 100)
button:Hide()
end
end
end

i should add the patch here upper this line ??
i already try at the beginning ang just up this command but doesen t work

where i have correctly add the patch ??

thanks again for your help ^^

commented