- fixed issue with panic mode where sometimes his effects isn't triggered.

- added new small tutorial bubles for common tasks.
- tutorials now are account wide and not trigger on new characters.
- small improvements on details framework.
- added new hook type: HOOK_BUFF, triggered with buff or debuff parser.
- new skin: simple gray.
- added a minimap button and a button on addons interface panel.
new Api: instance:LockInstance (boolean)
This commit is contained in:
terciob19
2014-01-02 11:21:22 -02:00
parent c4776d562d
commit c29e9875de
28 changed files with 1701 additions and 216 deletions
+5
View File
@@ -191,6 +191,11 @@ local TextEntryMetaFunctions = {}
end
end
--> select all text
function TextEntryMetaFunctions:SelectAll()
self.editbox:HighlightText()
end
--> set labal description
function TextEntryMetaFunctions:SetLabelText (text)
if (text) then