edit change => kill focus

close revengenowstudio/CNC_TS_and_RA2_Mission_Editor#2
This commit is contained in:
Zero Fanker 2024-03-27 18:33:14 -04:00
parent 8f2c796986
commit 3d0f03b9b8
10 changed files with 68 additions and 68 deletions

View file

@ -79,9 +79,9 @@ void CTriggerActionsDlg::DoDataExchange(CDataExchange* pDX)
BEGIN_MESSAGE_MAP(CTriggerActionsDlg, CDialog)
//{{AFX_MSG_MAP(CTriggerActionsDlg)
ON_CBN_SELCHANGE(IDC_ACTION, OnSelchangeAction)
ON_CBN_EDITCHANGE(IDC_ACTIONTYPE, OnEditchangeActiontype)
ON_CBN_KILLFOCUS(IDC_ACTIONTYPE, OnEditchangeActiontype)
ON_LBN_SELCHANGE(IDC_PARAMETER, OnSelchangeParameter)
ON_CBN_EDITCHANGE(IDC_PARAMVALUE, OnEditchangeParamvalue)
ON_CBN_KILLFOCUS(IDC_PARAMVALUE, OnEditchangeParamvalue)
ON_BN_CLICKED(IDC_NEWACTION, OnNewaction)
ON_BN_CLICKED(IDC_DELETEACTION, OnDeleteaction)
//}}AFX_MSG_MAP