SEBSERV-66 fix

This commit is contained in:
anhefti 2019-09-03 14:58:24 +02:00
parent 71783cf278
commit 5e11dcdef1

View file

@ -68,7 +68,6 @@ public class MainPage implements TemplateComposer {
@Override
public void compose(final PageContext pageContext) {
this.pageStateService.clearState();
final Composite parent = pageContext.getParent();
parent.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));