bug fixes

This commit is contained in:
Tercio Jose
2022-10-15 13:11:18 -03:00
parent 3f3d4db5f0
commit 035c8d6a7f
16 changed files with 432 additions and 402 deletions
+2 -2
View File
@@ -954,7 +954,7 @@ do
if ( index <= numMacroIcons and texture ) then
macroPopupButton:SetNormalTexture(texture)
macroPopupButton:SetPushedTexture(texture)
macroPopupButton:SetDisabledTexture (texture)
macroPopupButton:SetDisabledTexture(texture)
macroPopupButton:SetHighlightTexture(texture, "ADD")
macroPopupButton.IconID = index
macroPopupButton:Show()
@@ -978,7 +978,7 @@ do
if ( index <= numMacroIcons and texture ) then
macroPopupButton:SetNormalTexture(texture)
macroPopupButton:SetPushedTexture(texture)
macroPopupButton:SetDisabledTexture (texture)
macroPopupButton:SetDisabledTexture(texture)
macroPopupButton:SetHighlightTexture(texture, "ADD")
macroPopupButton.IconID = index
macroPopupButton:Show()