提交 8af9d159 编写于 作者: S Serge Rider

Entity editor UI init fix


Former-commit-id: d9263bb2
上级 43d2bac1
......@@ -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.
先完成此消息的编辑!
想要评论请 注册