Changeset 1158 in josm


Ignore:
Timestamp:
22.12.2008 17:02:37 (3 years ago)
Author:
stoecker
Message:

fixed Extrude action. Closes #721 and #1866

Location:
trunk
Files:
1 added
1 edited

Legend:

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

    r1084 r1158  
    7676                                Shortcut.registerShortcut("mapmode:extrude", tr("Mode: {0}", tr("Extrude")), KeyEvent.VK_X, Shortcut.GROUP_EDIT), 
    7777                        mapFrame, 
    78                         getCursor("normal", "selection", Cursor.DEFAULT_CURSOR)); 
     78                        getCursor("normal", "rectangle", Cursor.DEFAULT_CURSOR)); 
    7979                putValue("help", "Action/Extrude/Extrude"); 
    8080                initialMoveDelay = Main.pref.getInteger("edit.initial-move-delay",200); 
     
    247247 
    248248                Main.map.mapView.removeTemporaryLayer(this); 
     249                selectedSegment = null; 
    249250                mode = null; 
    250251                updateStatusLine(); 
Note: See TracChangeset for help on using the changeset viewer.