提交 aa4bc399 编写于 作者: S serge-rider

#2285 RSV: do not remove column order on metadata reload


Former-commit-id: 2777f7d8
上级 998e6e8f
......@@ -688,7 +688,9 @@ public class SpreadsheetPresentation extends AbstractPresentation implements IRe
@Override
public void clearMetaData() {
this.curAttribute = null;
this.columnOrder = SWT.NONE;
if (this.columnOrder != SWT.NONE) {
this.columnOrder = SWT.DEFAULT;
}
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册