Mercurial > wow > buffalo2
view Modules/ObjectiveTracker.lua @ 68:be5cea6e1e8f
- button size metrics
- anchor adjustment for temp enchant
- clean up call order
- use secure hooks to directly catch Show/Hide for individual buttons
| author | Nenue |
|---|---|
| date | Sun, 21 Aug 2016 07:09:10 -0400 |
| parents | ef4116179e2f |
| children | 6f8661094643 |
line wrap: on
line source
-- Veneer -- ObjectiveTracker.lua -- Created: 8/16/2016 8:19 AM -- %file-revision% -- Fixes objective tracker positioning in relation to buff frame alterations local plugin = CreateFrame('Frame', 'VeneerObjectives', UIParent) local vn, print = LibStub("LibKraken").register(VeneerController, plugin)
