summaryrefslogtreecommitdiff
path: root/ui/search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/search.cpp')
-rw-r--r--ui/search.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/search.cpp b/ui/search.cpp
index 367d6502..03a2e23b 100644
--- a/ui/search.cpp
+++ b/ui/search.cpp
@@ -41,6 +41,7 @@ SearchDlg::SearchDlg(wxWindow& parentWindow, wxString& searchText, bool& respect
m_textCtrlSearchTxt->SetValue(searchText_);
CentreOnParent(); //this requires a parent window!
+ m_textCtrlSearchTxt->SetFocus();
}
bgstack15