minor lua error
This commit is contained in:
parent
cd563245b8
commit
97ec416392
1 changed files with 3 additions and 0 deletions
|
|
@ -338,6 +338,9 @@ function S:HandleScrollList(scrollList, skinCallback)
|
|||
elseif not scrollList.elvInitHook then
|
||||
scrollList.elvInitHook = true
|
||||
hooksecurefunc(scrollList, "RefreshScrollFrame", function(self)
|
||||
if not self.ScrollFrame.buttons then
|
||||
return
|
||||
end
|
||||
for _, button in ipairs(self.ScrollFrame.buttons) do
|
||||
HandleScrollListButton(button)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue