diff --git a/src/gui/fspathedit.cpp b/src/gui/fspathedit.cpp index 750f5e7f3..33fb58ffc 100644 --- a/src/gui/fspathedit.cpp +++ b/src/gui/fspathedit.cpp @@ -189,7 +189,6 @@ FileSystemPathEdit::FileSystemPathEdit(Private::IFileEditorWithCompletion *edito { Q_D(FileSystemPathEdit); editor->widget()->setParent(this); - setFocusProxy(editor->widget()); auto *layout = new QHBoxLayout(this); layout->setContentsMargins(0, 0, 0, 0);