Mercurial > wow > reaction
diff State.lua @ 83:1ad208c25618
Fixed display issues with renaming states/bars
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 25 Jun 2008 23:35:24 +0000 |
parents | 57f8151ea0f0 |
children | 7cabc8ac6c16 |
line wrap: on
line diff
--- a/State.lua Wed Jun 25 23:03:06 2008 +0000 +++ b/State.lua Wed Jun 25 23:35:24 2008 +0000 @@ -822,7 +822,8 @@ self.states[value], args[value], self.states[name], args[name] = self.states[name], args[name], nil, nil self:SetName(value) ApplyStates(self.bar) - end + ReAction:ShowEditor(self.bar, moduleID, value) + end function StateHandler:MoveStateUp() local before, after = self:GetNeighbors()