提交 0aab57ff 编写于 作者: S Serge Rider

ERD note text editor: use wrap mode

上级 845c46f8
......@@ -28,11 +28,11 @@ public class MultilineTextCellEditor extends TextCellEditor {
public MultilineTextCellEditor() {
super();
setStyle(SWT.MULTI);
setStyle(SWT.MULTI | SWT.WRAP);
}
public MultilineTextCellEditor(Composite parent) {
super(parent, SWT.MULTI);
super(parent, SWT.MULTI | SWT.WRAP);
}
public MultilineTextCellEditor(Composite parent, int style) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册