You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making MUI call a hook whenever MUIA_Listtree_Active changes, it seems like that at the time the hook gets called, MUIA_Listtree_Active doesn't return the correct active item. Take a look at the example attached. If you select an item, MUIA_Listtree_Active will still return NULL in the call hook. After that, MUIA_Listtree_Active will always return the previously active item so it looks like that at the time the hook gets called, MUIA_Listtree_Active still returns the old state.
When making MUI call a hook whenever
MUIA_Listtree_Active
changes, it seems like that at the time the hook gets called,MUIA_Listtree_Active
doesn't return the correct active item. Take a look at the example attached. If you select an item,MUIA_Listtree_Active
will still return NULL in the call hook. After that,MUIA_Listtree_Active
will always return the previously active item so it looks like that at the time the hook gets called,MUIA_Listtree_Active
still returns the old state.main.txt
The text was updated successfully, but these errors were encountered: