Changeset 23124 in osm for applications/editors/josm/plugins/buildings_tools/src
- Timestamp:
- 2010-09-12T18:10:47+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java
r22904 r23124 36 36 tagsModel.add(entry.getKey(), entry.getValue()); 37 37 } 38 panel.add(new TagEditorPanel(tagsModel ), GBC.eop().fill(GBC.BOTH));38 panel.add(new TagEditorPanel(tagsModel, null), GBC.eop().fill(GBC.BOTH)); 39 39 40 40 panel.add(cBigMode, GBC.eol().fill(GBC.HORIZONTAL));
Note:
See TracChangeset
for help on using the changeset viewer.