Modify

Opened 15 years ago

Closed 15 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 15 years ago.
Create Area Cursor Icon

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by xeen

Attachment: rectangle.png added

Create Area Cursor Icon

comment:1 Changed 15 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));

comment:2 Changed 15 years ago by stoecker

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.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.