diff options
Diffstat (limited to 'filewidget.cpp')
-rw-r--r-- | filewidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filewidget.cpp b/filewidget.cpp index 51426a4..a56d1fa 100644 --- a/filewidget.cpp +++ b/filewidget.cpp @@ -924,6 +924,7 @@ void FileWidget::keyPressEvent(QKeyEvent *e){ if(e->key() == Qt::Key_S && (e->modifiers() & Qt::ControlModifier)){ mSearchDlg->show(); mSearchDlg->raise(); + mSearchDlg->setFocus(); goto exit; } if(e->key() == Qt::Key_D && (e->modifiers() & Qt::ControlModifier)){ |