Changeset 26535 in osm
- Timestamp:
- 2011-08-12T17:21:21+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/FastDraw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/build.xml
r26522 r26535 30 30 <project name="FastDraw" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value="FastDraw: I = drawn line info"/>32 <property name="commit.message" value="FastDraw: block spacebar"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 34 <property name="plugin.main.version" value="4201"/> -
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingMode.java
r26522 r26535 522 522 break; 523 523 case KeyEvent.VK_SPACE: 524 e.consume(); 524 525 if (!drawing) { 525 526 Point p = Main.map.mapView.getMousePosition();
Note:
See TracChangeset
for help on using the changeset viewer.