Project

General

Profile

« Previous | Next » 

Revision 502f117d

Added by Patrick Plitzner over 6 years ago

ref #6925 Compare selection object identity for editing parts

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java
124 124
            @Named(IServiceConstants.ACTIVE_PART)MPart activePart,
125 125
            MPart thisPart, UISynchronize sync){
126 126
        if(previousSelection==null ||
127
                !previousSelection.equals(selection)){//skip redundant rendering of details view
127
                previousSelection!=selection){//skip redundant rendering of details view
128 128
            if(delaySelection==null){
129 129
                delaySelection = new DelaySelection(selection, activePart, thisPart);
130 130
            }

Also available in: Unified diff