Skip to content

Commit

Permalink
sort maps alphabetically (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Jan 18, 2019
1 parent b75f68b commit f8170d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ui/fnc_initDisplayRemoteMissions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ params ["_display"];
private _ctrlMaps = _display displayCtrl IDC_SERVER_ISLAND;
private _ctrlMissions = _display displayCtrl IDC_SERVER_MISSION;

lbSort _ctrlMaps;
ctrlPosition _ctrlMissions params ["_left", "_top", "_width", "_height"];

private _ctrlSearch = _display ctrlCreate ["RscEdit", IDC_SEARCH];
Expand Down

0 comments on commit f8170d3

Please sign in to comment.