Merge pull request #7195 from Cuyler36/qt-codewindow-address-fix

Qt/CodeWidget: Fix Address Search Focus Lost
This commit is contained in:
spycrab 2018-07-01 01:57:57 +02:00 committed by GitHub
commit f5730e1636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ void CodeWidget::OnSearchAddress()
m_code_view->SetAddress(address, CodeViewWidget::SetAddressUpdate::WithUpdate); m_code_view->SetAddress(address, CodeViewWidget::SetAddressUpdate::WithUpdate);
Update(); Update();
m_search_address->setFocus();
} }
void CodeWidget::OnSearchSymbols() void CodeWidget::OnSearchSymbols()