Modify

Ticket #1866 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

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

Change History

Changed 3 years ago by xeen

Create Area Cursor Icon

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));

comment:2 Changed 3 years ago by stoecker

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r1158.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
as The resolution will be set. Next status will be 'closed'
The resolution will be deleted. Next status will be 'reopened'
Author


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

 
Note: See TracTickets for help on using tickets.