I20200526-1800
databinding snippets I think the layout call on the shell after opening it is unnecessary. The open() calls calls already updateLayout via the following call chain: GridLayout.layout(Composite, boolean) line: 200 Shell(Composite).updateLayout(boolean) line: 1812 Shell.setVisible(boolean) line: 2813 Shell.open() line: 1923 Change-Id: I413f73a756f06be0a84c5b846f5af50858b531bf Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>