Project

General

Profile

« Previous | Next » 

Revision b7816bf4

Added by Patrick Plitzner about 6 years ago

ref #7086 Fix focus problem when saving

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/WorkingSetEditor.java
287 287

  
288 288
    @Focus
289 289
    public void setFocus() {
290
        if(composite!=null){
291
            composite.setFocus();
292
        }
290 293
        if (getConversationHolder() != null) {
291 294
            getConversationHolder().bind();
292 295
        }

Also available in: Unified diff