Revision 0bc7725a
Added by Patrick Plitzner over 4 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/SpecimenSelectionDialog.java | ||
---|---|---|
148 | 148 |
scrolledComposite.setMinSize(table.computeSize(SWT.DEFAULT, SWT.DEFAULT)); |
149 | 149 |
list.setContentProvider(new ArrayContentProvider()); |
150 | 150 |
list.setLabelProvider(new SpecimenListLabelProvider()); |
151 |
list.setInput(matrix.getSpecimenCache()); |
|
152 | 151 |
|
153 | 152 |
//gather specimens |
154 | 153 |
if(matrix.getSpecimenCache()==null){ |
155 | 154 |
loadSpecimens(); |
156 | 155 |
} |
157 | 156 |
|
157 |
list.setInput(matrix.getSpecimenCache()); |
|
158 |
|
|
158 | 159 |
columnSpecimen.getColumn().pack(); |
159 | 160 |
|
160 | 161 |
return composite; |
Also available in: Unified diff
Fix initialization of specimen selection dialog