提交 475bea47 编写于 作者: S Serge Rider

RSV event handle fix

上级 3fd46db7
......@@ -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.
先完成此消息的编辑!
想要评论请 注册