When FileDialog is created with visible set to true it will open the dialog immediately before its properties are set leading to a dialog with no title and filter.
Details
Details
- Reviewers
davidedmundson - Group Reviewers
Plasma - Commits
- R119:c5c756623a34: [Desktop Theme KCM] Workaround bug in FileDialog
5.12 branch
Opened dialog, verified title said "Open Theme" and file name filter was set
QtDialogs is pretty much unmaintained and to be replaced by some platform import(?) so a qt bug report probably won't help
Diff Detail
Diff Detail
- Repository
- R119 Plasma Desktop
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
kcms/desktoptheme/package/contents/ui/main.qml | ||
---|---|---|
227–228 | would a Component.onCompleted: open() in here work? it would be more self-contained |