Changeset 31697 in osm for applications/editors/josm
- Timestamp:
- 2015-10-26T12:56:35+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/OSMRecToggleDialog.java
r31627 r31697 71 71 72 72 /** 73 * hook for roadsigns plugin to display a small button in the upper right corner of this dialog74 */75 public static final JPanel pluginHook = new JPanel();76 77 /**78 73 * The tag data of selected objects. 79 74 */ … … 273 268 tagTable.getTableHeader().setVisible(hasTags); 274 269 selectSth.setVisible(!hasSelection); 275 pluginHook.setVisible(hasSelection);276 270 277 271 int selectedIndex;
Note:
See TracChangeset
for help on using the changeset viewer.