Skip to content

Commit

Permalink
[ActionBars] Style: Fix #139 - Shaman MultiCastActionButton_Update Hook
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Dec 9, 2022
1 parent 479ee1f commit 5694147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShestakUI/Modules/ActionBars/Style.lua
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ local function StyleTotemActionButton(button, index)
button:SetFrameLevel(button.slotButton:GetFrameLevel() + 1)
end

button:SetBackdropBorderColor(unpack(bordercolors[((index-1) % 4) + 1]))
button:SetBackdropColor(0, 0, 0, 0)
-- button:SetBackdropBorderColor(unpack(bordercolors[((index-1) % 4) + 1]))
-- button:SetBackdropColor(0, 0, 0, 0)
button:StyleButton(true)
end
hooksecurefunc("MultiCastActionButton_Update", function(actionButton, actionId, actionIndex, slot) StyleTotemActionButton(actionButton, actionIndex) end)
Expand Down

0 comments on commit 5694147

Please sign in to comment.