Changeset 26605 in osm for applications/editors/josm/plugins/infomode
- Timestamp:
- 2011-09-02T21:06:04+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/infomode
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/infomode/build.xml
r26503 r26605 32 32 <property name="commit.message" value="InfoMode : scan all layers, URL bug fixed"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 201"/>34 <property name="plugin.main.version" value="4394"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/infomode/src/org/openstreetmap/josm/plugins/infomode/InfoMode.java
r26503 r26605 197 197 * Updates shift and ctrl key states 198 198 */ 199 private void updateKeyModifiers(InputEvent e) { 199 @Override 200 protected void updateKeyModifiers(InputEvent e) { 200 201 oldCtrl = ctrl; 201 202 oldShift = shift;
Note:
See TracChangeset
for help on using the changeset viewer.