View Single Post
12/02/14, 10:36 PM   #55
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
PLAYER_INVENTORY:UpdateList

I do have one question though. I glanced at some changes you guys made & I'm unclear on why libfilters is doing:
Lua Code:
  1. PLAYER_INVENTORY:UpdateList(INVENTORY_BACKPACK)

Since libFilters is using the layoutData.additionalFilter, which runs when the layout is applied...the list gets Committed/automatically updated after the layout is applied, so why call UpdateList ever?
  Reply With Quote