Ignore:
Timestamp:
2011-10-19T16:25:19+02:00 (13 years ago)
Author:
Don-vip
Message:

fix #6950 - Parallel way mode snap distance broken for non-metric units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r4259 r4527  
    310310
    311311        String[] obsolete = {
    312                 "proxy.anonymous", // 01/2010 - not needed anymore. Can be removed mid 2010
    313                 "proxy.enable"     // 01/2010 - not needed anymore. Can be removed mid 2010
     312                "edit.make-parallel-way-action.snap-threshold"  // 10/2011 - replaced by snap-threshold-percent. Can be removed mid 2012
    314313        };
    315314        for (String key : obsolete) {
Note: See TracChangeset for help on using the changeset viewer.