Changeset 18385 in osm for applications
- Timestamp:
- 2009-10-31T09:04:15+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/tageditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r17637 r18385 89 89 <attribute name="Plugin-Description" value="Provides a dialog for editing tags in a tabular grid."/> 90 90 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/> 91 <attribute name="Plugin-Mainversion" value="2 141"/>91 <attribute name="Plugin-Mainversion" value="2355"/> 92 92 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 93 93 </manifest> -
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java
r17638 r18385 343 343 setVisible(false); 344 344 model.updateJOSMSelection(); 345 346 Collection<OsmPrimitive> sel = Main.main.getCurrentDataSet().getSelected(); 347 DataSet.fireSelectionChanged(sel); 345 DataSet ds = Main.main.getCurrentDataSet(); 346 ds.fireSelectionChanged(); 348 347 Main.parent.repaint(); // repaint all - drawing could have been changed 349 348 }
Note:
See TracChangeset
for help on using the changeset viewer.