Changeset 29595 in osm for applications/editors/josm/plugins/cadastre-fr
- Timestamp:
- 2013-05-14T22:49:46+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSAdjustAction.java
r26823 r29595 81 81 if (e.getButton() != MouseEvent.BUTTON1) 82 82 return; 83 requestFocusInMapView(); 83 84 boolean ctrl = (e.getModifiers() & Toolkit.getDefaultToolkit().getMenuShortcutKeyMask()) != 0; 84 85 // boolean alt = (e.getModifiers() & ActionEvent.ALT_MASK) != 0;
Note:
See TracChangeset
for help on using the changeset viewer.