提交 d9263bb2 编写于 作者: S Serge Rider

Entity editor UI init fix

上级 cf8409da
......@@ -227,8 +227,9 @@ public class ObjectPropertiesEditor extends AbstractDatabaseObjectEditor<DBSObje
propertiesPanel.createControl(propsPlaceholder);
pageControl.layout();
propsPlaceholder.redraw();
pageControl.layout(true);
propsPlaceholder.layout(true);
if (sashForm != null) {
Runnable sashUpdater = new Runnable() {
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册