Skip to content

Commit 7058c0d

Browse files
committed
function clean up
1 parent 7c7df12 commit 7058c0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Classes/PowerReportListControl.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ function PowerReportListClass:GetRowValue(column, index, report)
125125
or ""
126126
end
127127

128-
function PowerReportListClass:AddValueTooltip(tooltip, index, entry)
128+
function PowerReportListClass:AddValueTooltip(tooltip, _, node)
129129
if main.popups[1] then
130130
tooltip:Clear()
131131
return
132132
end
133-
if tooltip:CheckForUpdate(entry) and entry.sd then
134-
for _, line in ipairs(entry.sd) do
133+
if tooltip:CheckForUpdate(node) and node.sd then
134+
for _, line in ipairs(node.sd) do
135135
tooltip:AddLine(16, line)
136136
end
137137
end

0 commit comments

Comments
 (0)