Mercurial > wow > reaction
comparison Overlay.lua @ 93:567a885cdfad
- pet hotkey support
- fixed showgrid when in keybind mode for action buttons
- fixed a typo (bad 'self') in overlay.lua
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Fri, 17 Oct 2008 23:13:44 +0000 |
parents | 5f1d7a81317c |
children | a44173c7a82c |
comparison
equal
deleted
inserted
replaced
92:5f1d7a81317c | 93:567a885cdfad |
---|---|
610 | 610 |
611 KB.RegisterCallback(overlay,"LIBKEYBOUND_ENABLED") | 611 KB.RegisterCallback(overlay,"LIBKEYBOUND_ENABLED") |
612 KB.RegisterCallback(overlay,"LIBKEYBOUND_DISABLED") | 612 KB.RegisterCallback(overlay,"LIBKEYBOUND_DISABLED") |
613 | 613 |
614 if ReAction:GetKeybindMode() then | 614 if ReAction:GetKeybindMode() then |
615 self:SetFrameLevel(1) | 615 overlay:SetFrameLevel(1) |
616 end | 616 end |
617 | 617 |
618 return overlay | 618 return overlay |
619 end | 619 end |
620 | 620 |