- Auto current feature won't change to the new segment if the player is interacting with the winddow.

- Added the spell uptime on damage player detail window.
- Added Rune Tap as cooldown.
- Report lines for deaths is now inverted. No need to scroll up the chat to see the cause of death anymore.
This commit is contained in:
Tercio
2015-04-19 12:10:14 -03:00
parent 6b9ceb4bc3
commit 8a3237cc17
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -717,7 +717,7 @@ function gump:NewSpecialLuaEditorEntry (parent, w, h, member, name, nointent)
borderframe.ClearFocus = function_clearfocus
borderframe.SetFocus = function_setfocus
if (not nointent) then
if ((not nointent) and (IndentationLib and IndentationLib.enable)) then
IndentationLib.enable (scrollframe.editbox, nil, 4)
end