- Change event registration methods
- Add MyBank sorting - Fix some tainting issue
This commit is contained in:
@ -446,7 +446,7 @@ function MyInventory:LoadDropDown()
|
||||
_G["this"] = dropDownButton
|
||||
UIDropDownMenu_Initialize(dropDown, self.UserDropDown_Initialize)
|
||||
UIDropDownMenu_SetSelectedValue(dropDown, self:GetCurrentPlayer())
|
||||
-- UIDropDownMenu_SetSelectedValue(dropDown, self.Player)
|
||||
-- UIDropDownMenu_SetSelectedValue(dropDown, self.Player)
|
||||
UIDropDownMenu_SetWidth(dropDown, 140)
|
||||
_G["this"] = last_this
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user