Modify ↓
Ticket #1866 (closed defect: fixed)
Create areas tool should use appropriate cursor
| Reported by: | xeen | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | 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
Change History
Changed 3 years ago by xeen
-
attachment
rectangle.png
added
comment:1 Changed 3 years ago by xeen
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));
Note: See
TracTickets for help on using
tickets.



Create Area Cursor Icon