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
admin2: fixed various sorting related gridlist issues (#416)
* admin2: fixed spectator player action buttons
admin2 : fixed spectator player action GUI buttons which were non-functional due to referring to global variable names from old admin.
* admin2: fixed sorting issues in several widget gridlists
fixed disappearing text and incorrectly displayed sections for aVehicle aWeapon and aSkin widget gridlists if the user used gridlist sorting; fixed incorrectly set aSetting used to remember 'sort by groups' for aVehicle; unified .Refresh function for aVehicle and aSkin to match aWeapon
* admin2: fixed sorting issues in players and resources gridlist
fixed disappearing text in players and resources tab gridlist if the user used gridlist sorting and search filter; unified player search to match the filter structure and method used in widgets; fixed selected player being unselected when using search filter
* admin2: admin_players.lua whitespace changes
changed tabs to 4 spaces to match coding style
* admin2: fixed sorting issues in interior and team widget
fixed disappearing text in interiors widget gridlist and incorrect team color and team data application in teams widget gridlist when gridlist is user-sorted in conjunction with search-filter
* admin2: fixed team widget not closing
fixed team widget not closing when assigning a team via double click
0 commit comments