Revision 071604f0
Added by Katja Luther almost 7 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditor.java | ||
---|---|---|
358 | 358 |
/** uncommented it for now because no rank editing is wanted **/ |
359 | 359 |
// column.setEditingSupport(new RankEditingSupport(viewer, this)); |
360 | 360 |
} |
361 |
if (columnIndex >= 3) {
|
|
361 |
if (columnIndex >= 4) {
|
|
362 | 362 |
//read PrefrenceStore to setWidth according to last saved state |
363 | 363 |
if(restoreValuesForColumnWidth.get(columnIndex)){ |
364 | 364 |
column.getColumn().setWidth(100); |
Also available in: Unified diff
fix NPE in checklist editor