Merge pull request #2000 from flagrama/fix-settings-close-x
Settings: Fix titlebar Close button
This commit is contained in:
commit
5cf6a7729f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue