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

Datasource selector panel redesign (modeless)

上级 381ad276
......@@ -108,7 +108,7 @@ public abstract class AbstractPopupPanel extends Dialog {
@Override
public void focusLost(FocusEvent e) {
DBeaverUI.asyncExec(() -> {
if (!UIUtils.isParent(getShell(), getShell().getDisplay().getFocusControl())) {
if (getShell() != null && !UIUtils.isParent(getShell(), getShell().getDisplay().getFocusControl())) {
cancelPressed();
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册