Changeset 8877 in josm for trunk/data/defaultpresets.xml


Ignore:
Timestamp:
2015-10-14T23:48:08+02:00 (10 years ago)
Author:
simon04
Message:

fix #11926 - Presets: option to disable alphabetic sorting for a single key

Specify the values_sort="false" attribute for the <combo> of
<multiselect>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r8872 r8877  
    1818    <chunk id="surface_smoothness">
    1919        <reference ref="surface" />
    20         <combo key="smoothness" text="Smoothness" values_searchable="true">
     20        <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
    2121            <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
    2222            <list_entry value="good" short_description="Thin Wheels: racing bike" />
Note: See TracChangeset for help on using the changeset viewer.