Ignore:
Timestamp:
17.06.2009 10:04:22 (3 years ago)
Author:
stoecker
Message:

remove all these ugly tab stops introduced in the last half year

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

    r1640 r1677  
    395395 
    396396        // If the above does not apply, the selection is cleared and a new try is started 
    397          
    398    
    399          
     397 
    400398        boolean extendedWay = false; 
    401399        boolean wayIsFinishedTemp = wayIsFinished; 
    402400        wayIsFinished = false; 
    403          
     401 
    404402        // don't draw lines if shift is held 
    405403        if (selection.size() > 0 && !shift) { 
     
    925923            } 
    926924        } 
    927  
    928925        return rv; 
    929926    } 
Note: See TracChangeset for help on using the changeset viewer.