0.20.2-8-g12ef4e1
Details
-
FilenameLibActionButton-1.0-0.20.2-8-g12ef4e1.zip
-
Uploaded by
-
UploadedMay 11, 2014
-
Size17.25 KB
-
Downloads136
-
MD56a54a566ef384a9da11a28b6623888a3
Supported WoW Retail Versions
- 5.4.7
Changelog
Hendrik Leppkes:
- 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