Project

General

Profile

« Previous | Next » 

Revision 748e28ee

Added by Alexander Oppermann about 9 years ago

Fixed column bug for checklist editor....

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditor.java
347 347
            if (columnIndex == 1) {
348 348
                table.setSortColumn(column.getColumn());
349 349
            }
350
            if (columnIndex == 3) {
350
            if (columnIndex == 2) {
351 351
            	/** uncommented it for now because no rank editing is wanted **/
352 352
//                column.setEditingSupport(new RankEditingSupport(viewer, this));
353 353
            }
354
            if (columnIndex >= 4) {
354
            if (columnIndex >= 3) {
355 355
                //read PrefrenceStore to setWidth according to last saved state
356 356
                if(restoreValuesForColumnWidth.get(columnIndex)){
357 357
                    column.getColumn().setWidth(100);

Also available in: Unified diff