Project

General

Profile

« Previous | Next » 

Revision 907fd6eb

Added by Katja Luther over 6 years ago

fix #7011: open the cdm authorities editor in editor area and fix that it is grayed

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/group/authority/e4/CdmAuthorityEditorE4.java
66 66
	public void createPartControl(Composite parent) {
67 67
		container = new Composite(parent, SWT.NONE);
68 68
		container.setLayout(new FillLayout(SWT.HORIZONTAL));
69

  
69 70
	}
70 71

  
71 72
	@Focus
......
97 98
        this.viewer = new CdmAuthorityCompositeViewer(container, this,input.getGroup());
98 99

  
99 100
        thisPart.setLabel(input.getName());
101
        container.layout();
100 102
	}
101 103

  
102 104
	public boolean isDirty() {

Also available in: Unified diff