mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix Address Search Box Focus Lost
This commit is contained in:
@ -187,6 +187,8 @@ void CodeWidget::OnSearchAddress()
|
||||
m_code_view->SetAddress(address, CodeViewWidget::SetAddressUpdate::WithUpdate);
|
||||
|
||||
Update();
|
||||
|
||||
m_search_address->setFocus();
|
||||
}
|
||||
|
||||
void CodeWidget::OnSearchSymbols()
|
||||
|
Reference in New Issue
Block a user