Changeset 1158 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2008-12-22T17:02:37+01:00 (15 years ago)
Author:
stoecker
Message:

fixed Extrude action. Closes #721 and #1866

File:
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.