Changeset 1317 in josm for trunk/src/org
- Timestamp:
- 2009-01-21T11:58:56+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r1313 r1317 147 147 */ 148 148 @Override public void mouseClicked(MouseEvent e) { 149 150 if (e.getButton() != MouseEvent.BUTTON1) 149 if (e.getButton() != MouseEvent.BUTTON1 || e.getClickCount() > 1) 151 150 return; 152 151 if(!Main.map.mapView.isDrawableLayer())
Note:
See TracChangeset
for help on using the changeset viewer.