From 6ab35512da36796f50dd53ca26524cb0ca1ab1f1 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 21 Jul 2022 01:18:17 +0800 Subject: [PATCH] Fix browse icon cannot be selected/focused via keyboard --- src/gui/fspathedit.cpp | 1 - 1 file changed, 1 deletion(-) 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);