mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
Bug #180453: sort configurations in property pages
This commit is contained in:
parent
7bb447f90a
commit
37407685e7
1 changed files with 2 additions and 0 deletions
|
@ -510,6 +510,8 @@ implements
|
|||
if (cfgDescs == null || cfgDescs.length == 0) return;
|
||||
}
|
||||
|
||||
Arrays.sort(cfgDescs, new CDTListComparator());
|
||||
|
||||
// Clear and replace the contents of the selector widget
|
||||
configSelector.removeAll();
|
||||
for (int i = 0; i < cfgDescs.length; ++i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue