Changeset 33953 in osm for applications
- Timestamp:
- 2017-12-16T07:54:47+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java
r33739 r33953 111 111 setCurrentPosition(lastData.getLatitude(), lastData.getLongitude()); 112 112 if (allowRedraw()) 113 MainApplication.getMap().repaint();113 this.setFilterStateChanged(); 114 114 } 115 115 }
Note:
See TracChangeset
for help on using the changeset viewer.