- Timestamp:
- 2018-07-28T01:08:10+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java
r14030 r14056 136 136 private JMenuItem windowMenuItem; 137 137 /** 138 * The toolbar with the buttons on the left139 */140 private final LeftButtonToolbar leftButtonToolbar;141 /**142 138 * Action for performing the {@link RefreshAction} 143 139 */ … … 224 220 selectionTable.setRowHeight(ce.getEditor().getPreferredSize().height); 225 221 226 leftButtonToolbar = new LeftButtonToolbar(new RelationEditorActionAccess());222 LeftButtonToolbar leftButtonToolbar = new LeftButtonToolbar(new RelationEditorActionAccess()); 227 223 tfRole = buildRoleTextField(this); 228 224
Note:
See TracChangeset
for help on using the changeset viewer.