- The alert to open the raid ranking after a boss kill, is now shown for 10 seconds (down from 40).
- Added a report button on the raid ranking panel and boss are sort alphabetically. - Fixed some issues on the combatlog introduced on the wow patch 7.2.5 where sometimes the source of an event has no name. - Ticket #209, fixed more issues with the comparison panel where are pets involved.
This commit is contained in:
+2
-1
@@ -977,7 +977,7 @@ function DF:NewFillPanel (parent, rows, name, member, w, h, total_lines, fill_ro
|
||||
local real_index = index + offset
|
||||
local results = panel._fillfunc (real_index, panel)
|
||||
|
||||
if (results [1]) then
|
||||
if (results and results [1]) then
|
||||
row:Show()
|
||||
|
||||
local text, entry, button, icon, texture = 1, 1, 1, 1, 1
|
||||
@@ -1107,6 +1107,7 @@ function DF:NewFillPanel (parent, rows, name, member, w, h, total_lines, fill_ro
|
||||
local line_height = options.rowheight
|
||||
refresh_fillbox (panel.scrollframe)
|
||||
FauxScrollFrame_Update (panel.scrollframe, filled_lines, scroll_total_lines, line_height)
|
||||
panel.scrollframe:Show()
|
||||
end
|
||||
|
||||
local scrollframe = CreateFrame ("scrollframe", name .. "Scroll", panel.widget, "FauxScrollFrameTemplate")
|
||||
|
||||
Reference in New Issue
Block a user