diff --git a/pcsx2/gui/Dialogs/ConfirmationDialogs.cpp b/pcsx2/gui/Dialogs/ConfirmationDialogs.cpp index 70d1f3e48a..9c91ffab9d 100644 --- a/pcsx2/gui/Dialogs/ConfirmationDialogs.cpp +++ b/pcsx2/gui/Dialogs/ConfirmationDialogs.cpp @@ -204,7 +204,7 @@ wxWindowID pxIssueConfirmation( wxDialogWithHelpers& confirmDlg, const MsgButton int modalResult = pxIssueConfirmation( confirmDlg, buttons ); - if( cfg != NULL ) + if( modalResult != wxID_CANCEL && cfg != NULL ) { wxString cfgResult = ResultToString( modalResult, buttons ); if( DisablerCtrl->IsChecked() && !cfgResult.IsEmpty() )