Ignore:
Timestamp:
2011-05-21T15:19:32+02:00 (13 years ago)
Author:
kachkaev
Message:

JOSM ImproveWayAccuracy plugin: Added a modifier for cursors in “select” state in order to make it easier for users to realize that they are in ImproveWayAccuracy mode.

Location:
applications/editors/josm/plugins/ImproveWayAccuracy
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ImproveWayAccuracy/src/org/openstreetmap/josm/plugins/iwa/IWAMode.java

    r25910 r26025  
    105105                        .getPredefinedCursor(Cursor.DEFAULT_CURSOR));
    106106
    107         cursorSelect = ImageProvider.getCursor("normal", null);
    108         cursorSelectHover = ImageProvider.getCursor("hand", null);
     107        cursorSelect = ImageProvider.getCursor("normal", "mode");
     108        cursorSelectHover = ImageProvider.getCursor("hand", "mode");
    109109        cursorImprove = ImageProvider.getCursor("crosshair", null);
    110110        cursorImproveAdd = ImageProvider.getCursor("crosshair", "add_node");
Note: See TracChangeset for help on using the changeset viewer.