Ignore "Do not show dialog again" checkbox when cancelled

It's undesirable to not be able to reboot or change plugin if you
checked the checkbox and then pressed Cancel.
This commit is contained in:
Jonathan Li 2015-08-23 23:29:46 +01:00
parent 3f39741d0a
commit 48745a3bc5
1 changed files with 1 additions and 1 deletions

View File

@ -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() )