Revision 2bc43991
Added by Patrick Plitzner over 5 years ago
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java | ||
---|---|---|
82 | 82 |
bulkEditorInput.performSearch(new BulkEditorQuery(bulkEditorInput.getEntityUuid().toString(), null)); |
83 | 83 |
} |
84 | 84 |
searchBar = new BulkEditorSearchE4(this, topComposite, SWT.NONE); |
85 |
//layout needed because the search bar is added after @PostConstuct method |
|
86 |
topComposite.getParent().layout(); |
|
85 | 87 |
|
86 | 88 |
} |
87 | 89 |
|
Also available in: Unified diff
ref #6932 Fix intitial layouting of bulk editor