Skip to content

Commit

Permalink
Adding confort feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tdymel committed Jul 14, 2017
1 parent 9f66141 commit 2a1d7cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,10 @@ end
function MPOWA:SelectAura(button)
local coeff = (self.Page - 1)*49
self.selected = button:GetID() - coeff
if MPowa_ConfigFrame:IsVisible() then
self.CurEdit = self.selected
self:Edit()
end
self:DeselectAll()
if _G("ConfigButton"..self.selected.."_Border") then
_G("ConfigButton"..self.selected.."_Border"):Show()
Expand Down

0 comments on commit 2a1d7cf

Please # to comment.