Project

General

Profile

« Previous | Next » 

Revision 66de5a6c

Added by Patrick Plitzner over 4 years ago

ref #8450 Fix refresh after changes

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/character/CharacterEditor.java
231 231
                    //add new Character to feature tree
232 232
                    CdmStore.getService(IFeatureNodeService.class).createChildFeatureNode(parent.getUuid(), character, vocabulary.getUuid());
233 233
                }
234
                characterTreeEditorComposite.getViewer().setInput(characterTreeEditorComposite.getViewer().getInput());
234
                refresh();
235 235
            }
236 236
        });
237 237

  
......
441 441
    public void refresh(){
442 442
        structuresTreeEditorComposite.getViewer().refresh();
443 443
        propertiesTreeEditorComposite.getViewer().refresh();
444
        characterTreeEditorComposite.getViewer().refresh();
444
        characterTreeEditorComposite.getViewer().setInput(characterTreeEditorComposite.getViewer().getInput());
445 445
    }
446 446

  
447 447
    private class FeatureTreeChooserListener extends SelectionAdapter{

Also available in: Unified diff