diff options
Diffstat (limited to 'src/search/popup.cpp')
| -rw-r--r-- | src/search/popup.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search/popup.cpp b/src/search/popup.cpp index 94ec378bf..66dc4f7e4 100644 --- a/src/search/popup.cpp +++ b/src/search/popup.cpp @@ -341,6 +341,10 @@ void Popup::slotKFindButtonClicked() if (kFind) { auto *job = new KIO::ApplicationLauncherJob(kFind); job->setUrls({m_searchConfiguration->searchPath()}); + + // must hide the parent pop, so the focus switches correctly + hide(); + job->start(); return; } |
