Project

General

Profile

« Previous | Next » 

Revision ac05a823

Added by Katja Luther about 5 years ago

ref #7854: fix problem of wrong setting of values in other cell

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionCellSelectionListener.java
71 71
                    return;
72 72
                }
73 73
            }
74
        }else if (event instanceof CellVisualChangeEvent){
74
        }
75
        else if (event instanceof CellVisualChangeEvent){
75 76
            CellVisualChangeEvent cellSelectionEvent = (CellVisualChangeEvent)event;
76 77
            int columnPosition = cellSelectionEvent.getColumnPosition();
77 78
            int rowPosition = cellSelectionEvent.getRowPosition();

Also available in: Unified diff