Changeset 29210 in osm for applications/editors/josm/plugins/print/src
- Timestamp:
- 2013-01-27T18:15:08+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintableMapView.java ΒΆ
r27316 r29210 89 89 public PrintableMapView() { 90 90 /* Initialize MapView with a dummy parent */ 91 super(new JPanel()); 91 super(new JPanel(), null); 92 92 93 93 /* Disable MapView's ComponentLister,
Note:
See TracChangeset
for help on using the changeset viewer.