View Single Post
11/07/16, 04:03 PM   #11
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Originally Posted by merlight View Post
I'd HideMouse before, UpdateList, ShowMouse after. That'll avoid superfluous OnMouseExit+Enter in UpdateList.
That might be a nice optimization.

Originally Posted by merlight View Post
It's not relevant, but I wonder why UpdateList is called from addon context when a container is opened/closed.
It's because the filters are updated on scene show, which happens when you close a container.
  Reply With Quote