find/replace: bring window to front when activated
This commit is contained in:
parent
275a35fdeb
commit
a88835e253
1 changed files with 1 additions and 0 deletions
|
@ -188,4 +188,5 @@ void DialogSearchReplace::Show(agi::Context *context, bool replace) {
|
||||||
diag->find_edit->SetFocus();
|
diag->find_edit->SetFocus();
|
||||||
diag->find_edit->SelectAll();
|
diag->find_edit->SelectAll();
|
||||||
diag->wxDialog::Show();
|
diag->wxDialog::Show();
|
||||||
|
diag->Raise();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue