Skip to content

Commit

Permalink
Fixed ProfessionTabs check texture.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius authored and EsreverWoW committed May 5, 2023
1 parent 7481b16 commit 2e52cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Modules/Trade/ProfessionTabs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function handler:TRADE_SKILL_SHOW(event)
self:UnregisterEvent(event)
else
HandleTabs(owner)
self[event] = function() for object in next, tabs do UpdateSelectedTabs(object) end end
UpdateSelectedTabs(owner)
end
end

Expand Down

0 comments on commit 2e52cb9

Please sign in to comment.