Changeset 16803 in osm for applications/editors/josm/plugins/openlayers/src/org
- Timestamp:
- 2009-08-03T12:18:15+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openlayers/src/org/openstreetmap/josm/plugins/openLayers/OpenLayersLayer.java
r15707 r16803 76 76 public Component[] getMenuEntries() { 77 77 return new Component[] { 78 new JMenuItem( newLayerListDialog.ShowHideLayerAction(this)),79 new JMenuItem( newLayerListDialog.DeleteLayerAction(this)),78 new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)), 79 new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)), 80 80 new JSeparator(), 81 81 // color, … … 118 118 119 119 public void propertyChange(PropertyChangeEvent evt) { 120 if( ! visible)120 if( !isVisible() ) 121 121 return; 122 122
Note:
See TracChangeset
for help on using the changeset viewer.
