Merge pull request #7195 from Cuyler36/qt-codewindow-address-fix
Qt/CodeWidget: Fix Address Search Focus Lost
This commit is contained in:
commit
f5730e1636
|
@ -187,6 +187,8 @@ void CodeWidget::OnSearchAddress()
|
|||
m_code_view->SetAddress(address, CodeViewWidget::SetAddressUpdate::WithUpdate);
|
||||
|
||||
Update();
|
||||
|
||||
m_search_address->setFocus();
|
||||
}
|
||||
|
||||
void CodeWidget::OnSearchSymbols()
|
||||
|
|
Loading…
Reference in New Issue