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

#8577 SQL Editor: disposed results update fix

上级 0c6ea084
......@@ -2808,6 +2808,9 @@ public class SQLEditor extends SQLEditorBase implements
}
void updateResultsName(String resultSetName, String toolTip) {
if (resultTabs == null || resultTabs.isDisposed()) {
return;
}
CTabItem tabItem = getTabItem();
if (tabItem != null && !tabItem.isDisposed()) {
if (!CommonUtils.isEmpty(resultSetName)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册