Changeset 29188 in osm for applications
- Timestamp:
- 2013-01-11T10:28:36+01:00 (12 years ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r29187 r29188 141 141 } 142 142 }); 143 zoomSlider.setFocusable(false); 143 144 add(zoomSlider); 144 145 int size = 18; … … 158 159 } 159 160 }); 161 zoomInButton.setFocusable(false); 160 162 add(zoomInButton); 161 163 try { … … 174 176 } 175 177 }); 178 zoomOutButton.setFocusable(false); 176 179 add(zoomOutButton); 177 180 }
Note:
See TracChangeset
for help on using the changeset viewer.