Changeset 30532 in osm for applications/editors/josm/plugins/merge-overlap
- Timestamp:
- 2014-07-14T04:18:06+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/MyCombinePrimitiveResolverDialog.java
r30034 r30532 953 953 getActionMap().put("selectPreviousColumnCell", selectPreviousColumnCellAction); 954 954 955 setRowHeight((int)new JComboBox().getPreferredSize().getHeight()); 955 setRowHeight((int)new JComboBox<Object>().getPreferredSize().getHeight()); 956 956 } 957 957 … … 1376 1376 ((MultiValueCellEditor)getColumnModel().getColumn(2).getCellEditor()).addNavigationListeners(this); 1377 1377 1378 setRowHeight((int)new JComboBox().getPreferredSize().getHeight()); 1378 setRowHeight((int)new JComboBox<Object>().getPreferredSize().getHeight()); 1379 1379 } 1380 1380
Note:
See TracChangeset
for help on using the changeset viewer.