Changeset 8572 in osm for applications/editors/josm/plugins/livegps
- Timestamp:
- 2008-06-29T16:01:59+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/livegps/LiveGpsPlugin.java
r6709 r8572 64 64 public void actionPerformed(ActionEvent e) { 65 65 if(lgpslayer != null) { 66 lgpslayer.center();66 setAutoCenter(lgpsautocenter.isSelected()); 67 67 } 68 68 }
Note:
See TracChangeset
for help on using the changeset viewer.