1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

Fix browse icon cannot be selected/focused via keyboard

This commit is contained in:
Chocobo1 2022-07-21 01:18:17 +08:00
parent cfcbe3d6e1
commit 6ab35512da
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -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);