0.20.2-9-ga0180dd

Details

  • Filename
    LibActionButton-1.0-0.20.2-9-ga0180dd.zip
  • Uploaded by
  • Uploaded
    May 11, 2014
  • Size
    17.29 KB
  • Downloads
    511
  • MD5
    8408aa6b99374a8c6c70e32e0b55db54

Supported WoW Retail Versions

  • 5.4.7

Changelog

Hendrik Leppkes:
    - Preserve the font used for the hotkey text, only adjust size/style.
    Fixes ticket #7.
    - Add a GetBindingAction function to export the binding action used by this button
    - Fire a callback when the keybindings of a button change.
    - Add a function to move buttons to a new header.
    - Split Usable/Cooldown update between "action" based buttons and other buttons.
    This avoids a double update of all buttons, improving performance.
    - Remove varargs from update function, its not used anywhere
    - UpdateFlyout is called implicitly by Update, no need for an explicit call
    - Update copyright year to 2013
    - Fix "empty" typo in secure state change handler
    Thanks to Adirelle for noticing