- Framework update.

- Fix for hunters spec detection.
- Spells panel can now be opened from outside Details!.
- Overall data will now track everything by default for new Details! instalation.
This commit is contained in:
Tercio
2018-07-30 14:02:20 -03:00
parent 720a95bc1b
commit 5f55045b15
10 changed files with 296 additions and 15 deletions
+2
View File
@@ -1031,6 +1031,8 @@ function DF:NewButton (parent, container, name, member, w, h, func, param1, para
ButtonObject.options = {OnGrab = false}
ButtonObject.button = CreateFrame ("button", name, parent)
DF:Mixin (ButtonObject.button, DF.WidgetFunctions)
build_button (ButtonObject.button)
ButtonObject.widget = ButtonObject.button