Changeset 33017 in osm for applications/editors/josm/plugins/wikipedia/src/org
- Timestamp:
- 2016-09-28T08:37:56+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikipediaToggleDialog.java
r32892 r33017 71 71 @Override 72 72 public void mouseClicked(MouseEvent e) { 73 if (e.getClickCount() == 2 && getSelectedValue() != null ) {73 if (e.getClickCount() == 2 && getSelectedValue() != null && Main.getLayerManager().getEditDataSet() != null) { 74 74 final WikipediaEntry entry = getSelectedValue(); 75 75 if (entry.coordinate != null) {
Note:
See TracChangeset
for help on using the changeset viewer.