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

#8206 Tab count in rsv tab close confirmation


Former-commit-id: 03b2166d
上级 357a76b4
......@@ -1997,7 +1997,7 @@ public class SQLEditor extends SQLEditorBase implements
getSite().getShell(),
SQLPreferenceConstants.CONFIRM_RESULT_TABS_CLOSE,
ConfirmationDialog.QUESTION_WITH_CANCEL,
tabsToClose.size() + 4);
tabsToClose.size() + 1);
if (confirmResult == IDialogConstants.CANCEL_ID) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册