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

#6533 Generate SQL dialog: close dialog on Copy button

上级 d8fa6841
......@@ -151,6 +151,7 @@ public abstract class BaseSQLDialog extends BaseDialog {
{
if (buttonId == IDialogConstants.DETAILS_ID) {
saveToClipboard();
super.buttonPressed(IDialogConstants.CANCEL_ID);
} else {
super.buttonPressed(buttonId);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册