I'm trying to backport EMA and pretty much I've backported most of the libraries apart from:
- LibItemUpgradeInfo-1.0
- LibAuras
- EMALibActionButton-1.0
- LibButtonGlow-1.0
Can some more experienced backporter help?
I also don't know how to backport this andCode:hooksecurefunc("MarkNewActionHighlight", function(action) lib.ACTION_HIGHLIGHT_MARKS[action] = true for button in next, ButtonRegistry do if button._state_type == "action" and action == tonumber(button._state_action) then UpdateNewAction(button) end end end)
in the EMALibActionButton-1.0.luaCode:button.HotKey:SetFont(button.HotKey:GetFont(), 13, "OUTLINE") button.HotKey:SetVertexColor(0.75, 0.75, 0.75) -- adjust count/stack size button.Count:SetFont(button.Count:GetFont(), 14, "OUTLINE")
Quote