Changeset 27540 in osm for applications/editors/josm/plugins/imageryadjust/src
- Timestamp:
- 2012-01-21T19:01:46+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustMapMode.java
r27494 r27540 69 69 adjustingLayer.setVisible(true); 70 70 } 71 71 Main.map.mapView.addMouseListener(this); 72 72 Main.map.mapView.addMouseMotionListener(this); 73 73 } … … 146 146 */ 147 147 protected Layer askAdjustLayer(List<? extends Layer> adjustableLayers) { 148 if (adjustableLayers.size()==0) return null; 149 if (adjustableLayers.size()==1) return adjustableLayers.get(0); 148 150 JComboBox layerList = new JComboBox(); 149 151 layerList.setRenderer(new LayerListCellRenderer());
Note:
See TracChangeset
for help on using the changeset viewer.