Mercurial > wow > skeletonkey
comparison SkeletonKey/Events.lua @ 27:73df13211b22
- actionbar hotkey text properly updates after hotkeys get switched
- remove a unused function call
| author | Nenue |
|---|---|
| date | Tue, 02 Aug 2016 12:33:13 -0400 |
| parents | 500f9b2bd9ac |
| children | daff39af0c6d |
comparison
equal
deleted
inserted
replaced
| 26:c081f117c19d | 27:73df13211b22 |
|---|---|
| 50 kb.SelectProfileSet(kb.profileName) | 50 kb.SelectProfileSet(kb.profileName) |
| 51 kb.ApplyAllBindings() | 51 kb.ApplyAllBindings() |
| 52 kb.ui() | 52 kb.ui() |
| 53 end | 53 end |
| 54 kb.ACTIONBAR_SLOT_CHANGED = function(self, event, slot) | 54 kb.ACTIONBAR_SLOT_CHANGED = function(self, event, slot) |
| 55 kb.HotKeyText(slot) | 55 --kb.HotKeyText(slot) |
| 56 return true | 56 return true |
| 57 end | 57 end |
| 58 | 58 |
| 59 -- only need to respond to this for pet actions | 59 -- only need to respond to this for pet actions |
| 60 kb.SPELLS_CHANGED = function(self, event, unit) | 60 kb.SPELLS_CHANGED = function(self, event, unit) |
