Changeset 33102 in osm for applications/editors/josm
- Timestamp:
- 2016-12-10T01:24:11+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintPlugin.java
r33100 r33102 74 74 @Override 75 75 public void mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame) { 76 printMenu.setEnabled(newFrame != null); 76 if (printMenu != null) { 77 printMenu.setEnabled(newFrame != null); 78 } 77 79 } 78 80
Note:
See TracChangeset
for help on using the changeset viewer.