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

RSV: keep current attribute selection after refresh/filter apply

Former-commit-id: dcd04cd4
上级 e3d0fe99
......@@ -2019,7 +2019,7 @@ public class ResultSetViewer extends Viewer
filter,
0,
getSegmentMaxRows(),
-1,
curRow == null ? -1 : curRow.getRowNumber(),
null);
}
}
......@@ -2182,7 +2182,7 @@ public class ResultSetViewer extends Viewer
model.setUpdateInProgress(false);
if (error == null && dataFilter != null) {
model.updateDataFilter(dataFilter);
activePresentation.refreshData(true, false);
//activePresentation.refreshData(true, false);
}
updateFiltersText(error == null);
updateToolbar();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册