diff --git a/src/dialog_search_replace.cpp b/src/dialog_search_replace.cpp index ef36ad5b0..ddd6e0c42 100644 --- a/src/dialog_search_replace.cpp +++ b/src/dialog_search_replace.cpp @@ -188,4 +188,5 @@ void DialogSearchReplace::Show(agi::Context *context, bool replace) { diag->find_edit->SetFocus(); diag->find_edit->SelectAll(); diag->wxDialog::Show(); + diag->Raise(); }