提交 e9ca5a20 编写于 作者: S Serge Rider

RSV event handle fix


Former-commit-id: 475bea47
上级 0642210b
......@@ -373,6 +373,9 @@ public class ResultSetViewer extends Viewer
}
void updatePresentation(final DBCResultSet resultSet) {
if (getControl().isDisposed()) {
return;
}
boolean changed = false;
try {
if (resultSet instanceof StatResultSet) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册