find/replace: bring window to front when activated

This commit is contained in:
Rodger Combs 2017-11-25 23:26:31 -06:00 committed by Thomas Goyne
parent 275a35fdeb
commit a88835e253
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}