mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix Address Search Box Focus Lost
This commit is contained in:
parent
a4ef6f40d0
commit
c4db7475d5
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue