Fix Address Search Box Focus Lost
This commit is contained in:
parent
a4ef6f40d0
commit
c4db7475d5
|
@ -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