Project

General

Profile

« Previous | Next » 

Revision f5979052

Added by Katja Luther over 6 years ago

fix multiple representation by removing conversation of selection dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/dataimport/DataImportEditor.java
84 84
     */
85 85
    @Override
86 86
    public void setFocus() {
87
        tableViewer.getControl().setFocus();
87
        if (!tableViewer.getControl().isDisposed()) {
88
            tableViewer.getControl().setFocus();
89
        }
88 90
        //make sure to bind again if maybe in another view the conversation was unbound
89 91
        if(!conversation.isBound()){
90 92
            conversation.bind();

Also available in: Unified diff