Browse Source

Fix browse icon cannot be selected/focused via keyboard

adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
6ab35512da
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      src/gui/fspathedit.cpp

1
src/gui/fspathedit.cpp

@ -189,7 +189,6 @@ FileSystemPathEdit::FileSystemPathEdit(Private::IFileEditorWithCompletion *edito @@ -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);

Loading…
Cancel
Save