[Debugger] Refresh commands window on click

WA_ACTIVE and WA_CLICKACTIVE
This commit is contained in:
shygoo 2018-02-19 12:11:34 -06:00
parent 29dcf75b49
commit b682fc4c89
1 changed files with 1 additions and 1 deletions

View File

@ -1477,7 +1477,7 @@ LRESULT CDebugCommandsView::OnListBoxClicked(WORD /*wNotifyCode*/, WORD wID, HWN
LRESULT CDebugCommandsView::OnActivate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
if (LOWORD(wParam) == WA_ACTIVE)
if (LOWORD(wParam) != WA_INACTIVE)
{
ShowAddress(m_StartAddress, TRUE);
RefreshBreakpointList();