#29, fixed trigger editor incorrect KILL_FOCUS handling .

This commit is contained in:
Zero Fanker 2024-06-07 21:17:25 -04:00
parent bb3c6bf61c
commit 42f4182f1d
5 changed files with 28 additions and 28 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_KILLFOCUS(IDC_ACTIONTYPE, OnEditchangeActiontype)
ON_CBN_EDITCHANGE(IDC_ACTIONTYPE, OnEditchangeActiontype)
ON_LBN_SELCHANGE(IDC_PARAMETER, OnSelchangeParameter)
ON_CBN_KILLFOCUS(IDC_PARAMVALUE, OnEditchangeParamvalue)
ON_CBN_EDITCHANGE(IDC_PARAMVALUE, OnEditchangeParamvalue)
ON_BN_CLICKED(IDC_NEWACTION, OnNewaction)
ON_BN_CLICKED(IDC_DELETEACTION, OnDeleteaction)
//}}AFX_MSG_MAP