[Debugger] Fix issue with the address field ignoring first input
This commit is contained in:
parent
2408fa0f08
commit
75cc059501
|
@ -124,6 +124,7 @@ LRESULT CDebugCommandsView::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARA
|
|||
m_bIgnoreAddrChange = true;
|
||||
m_AddressEdit.SetValue(0x80000000, false, true);
|
||||
ShowAddress(0x80000000, TRUE);
|
||||
m_bIgnoreAddrChange = false;
|
||||
|
||||
if (isStepping())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue