Merge pull request #2000 from flagrama/fix-settings-close-x

Settings: Fix titlebar Close button
This commit is contained in:
zilmar 2021-03-06 10:57:47 +10:30 committed by GitHub
commit 5cf6a7729f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ LRESULT CSettingConfig::OnClicked(WORD /*wNotifyCode*/, WORD wID, HWND, BOOL& /*
ApplySettings(false);
EndDialog(1);
break;
case IDCANCEL:
case IDC_CANCEL:
EndDialog(0);
break;