- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user