提交 091a9456 编写于 作者: S serge@jkiss.org

Tree editor UI fix (control height)


Former-commit-id: b51dc360
上级 8c101d57
......@@ -83,6 +83,7 @@ public abstract class CustomTreeEditor implements MouseListener, TraverseListene
if (editor == null) {
return;
}
treeEditor.minimumHeight = editor.computeSize(SWT.DEFAULT, SWT.DEFAULT).y;
editor.setFocus();
editor.addFocusListener(new FocusAdapter() {
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册