Modify

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)

rectangle.png (184 bytes ) - added by xeen 16 years ago.
Create Area Cursor Icon

Download all attachments as: .zip

Change History (3)

by xeen, 16 years ago

Attachment: rectangle.png added

Create Area Cursor Icon

comment:1 by xeen, 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));

comment:2 by stoecker, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r1158.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.