提交 543e0b66 编写于 作者: S Serge Rider

#3048 RSV - check widget on data read

上级 9a365637
......@@ -2623,6 +2623,9 @@ public class ResultSetViewer extends Viewer
UIUtils.showMessageBox(viewerPanel.getShell(), "Data read", "Data read is in progress - can't run another", SWT.ICON_WARNING);
return false;
}
if (viewerPanel.isDisposed()) {
return false;
}
DBCExecutionContext executionContext = getExecutionContext();
if (executionContext == null) {
UIUtils.showMessageBox(viewerPanel.getShell(), "Data read", "Can't read data - no active connection", SWT.ICON_WARNING);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册