Merge branch 'master' of https://github.com/project64/project64
This commit is contained in:
commit
c506db57f3
|
@ -1477,7 +1477,7 @@ LRESULT CDebugCommandsView::OnListBoxClicked(WORD /*wNotifyCode*/, WORD wID, HWN
|
||||||
|
|
||||||
LRESULT CDebugCommandsView::OnActivate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
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);
|
ShowAddress(m_StartAddress, TRUE);
|
||||||
RefreshBreakpointList();
|
RefreshBreakpointList();
|
||||||
|
|
Loading…
Reference in New Issue