Skip to content

Commit

Permalink
2.86
Browse files Browse the repository at this point in the history
Bug Fix: Border color issue v2.
  • Loading branch information
Grimsbain committed Dec 13, 2023
1 parent 727ab5c commit 99075b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Retail/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ function nPlates:UpdateHealthColor(frame)
else
frame.selectionHighlight:SetVertexColor(1.0, 1.0, 1.0)
end

self:SetSelectionColor(frame)
end

self:SetSelectionColor(frame)
end

function nPlates:UpdateSelectionHighlight(frame)
Expand Down
3 changes: 2 additions & 1 deletion Wrath/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,9 @@ function nPlates:UpdateHealthColor(frame)
frame.selectionHighlight:SetVertexColor(1.0, 1.0, 1.0)
end

self:SetSelectionColor(frame)
end

self:SetSelectionColor(frame)
end

function nPlates:UpdateSelectionHighlight(frame)
Expand Down
2 changes: 1 addition & 1 deletion nPlates.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: |cffCC3333 n|rPlates
## Notes: Nameplates for NeavUI.
## Author: Grimsbain
## Version: 2.85
## Version: 2.86
## IconTexture: Interface\AddOns\nPlates\Media\Addon_Icon.png
## SavedVariablesPerCharacter: nPlatesDB
## RequiredDeps: Blizzard_NamePlates
Expand Down
2 changes: 1 addition & 1 deletion nPlates_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: |cffCC3333 n|rPlates
## Notes: Nameplates for NeavUI.
## Author: Grimsbain
## Version: 2.85
## Version: 2.86
## SavedVariablesPerCharacter: nPlatesDB
## RequiredDeps: Blizzard_NamePlates
## LoadWith: Blizzard_NamePlates
Expand Down

0 comments on commit 99075b1

Please sign in to comment.