[Debugger] Fix issue with the address field ignoring first input

This commit is contained in:
shygoo 2018-12-27 16:08:14 -06:00
parent 2408fa0f08
commit 75cc059501
1 changed files with 1 additions and 0 deletions

View File

@ -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())
{