Revision ee22b6e7
Added by Patrick Plitzner almost 6 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java | ||
---|---|---|
134 | 134 |
if(!isInDelay){ |
135 | 135 |
isInDelay = true; |
136 | 136 |
sync.asyncExec(delaySelection); |
137 |
selectionProvidingPart = activePart; |
|
138 | 137 |
previousSelection = selection; |
139 | 138 |
} |
140 | 139 |
} |
... | ... | |
188 | 187 |
}else{ |
189 | 188 |
viewer.setInput(element); |
190 | 189 |
} |
191 |
|
|
190 |
selectionProvidingPart = activePart; |
|
192 | 191 |
} |
193 | 192 |
} |
194 | 193 |
} |
Also available in: Unified diff
Fix potential stack overflow