https://bugs.kde.org/show_bug.cgi?id=505746
--- Comment #1 from [email protected] --- Created attachment 182364 --> https://bugs.kde.org/attachment.cgi?id=182364&action=edit screehshot fake this is patch (original https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/72e1eb28239bcf78f3ff6df2ca80d4b9e8f62b3a) makes checkbox be below file type combo box and clicking works everywhere: ``` diff --git a/src/filechooser.cpp b/src/filechooser.cpp index 8b4ba602..1411bf36 100644 --- a/src/filechooser.cpp +++ b/src/filechooser.cpp @@ -482,7 +482,6 @@ void FileChooserPortal::OpenFile(const QDBusObjectPath &handle, if (optionsWidget) { fileDialog->m_fileWidget->setCustomWidget({}, optionsWidget); - optionsWidget->setParent(fileDialog); } delayReply(message, fileDialog, this, [fileDialog, optionsWidget, checkboxes, comboboxes](int dialogResult) -> QVariantList { ``` why does `optionsWidget->setParent(fileDialog);` exist? -- You are receiving this mail because: You are watching all bug changes.
