This commit is contained in:
zilmar 2018-03-02 22:05:46 +11:00
commit c506db57f3
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();