Skip to content

Commit

Permalink
Merge pull request #7195 from Cuyler36/qt-codewindow-address-fix
Browse files Browse the repository at this point in the history
Qt/CodeWidget: Fix Address Search Focus Lost
  • Loading branch information
spycrab committed Jun 30, 2018
2 parents a4ef6f4 + c4db747 commit f5730e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinQt2/Debugger/CodeWidget.cpp
Expand Up @@ -187,6 +187,8 @@ void CodeWidget::OnSearchAddress()
m_code_view->SetAddress(address, CodeViewWidget::SetAddressUpdate::WithUpdate);

Update();

m_search_address->setFocus();
}

void CodeWidget::OnSearchSymbols()
Expand Down

0 comments on commit f5730e1

Please sign in to comment.