Opened 16 years ago
Closed 16 years ago
#1866 closed defect (fixed)
Create areas tool should use appropriate cursor
Reported by: | xeen | Owned by: | framm |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Create areas (default shortcut: x) uses the "select cursor" which is misleading. I attached a better one that at least gives a hint that "create area" is active (it doesn't look too good though).
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | rectangle.png added |
---|
comment:1 by , 16 years ago
Here's a "patch":
Image should be copied to /images/cursor/extrude.png
In
/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java
change line 78 from
getCursor("normal", "selection", Cursor.DEFAULT_CURSOR));
to
getCursor("normal", "extrude", Cursor.DEFAULT_CURSOR));
Create Area Cursor Icon