Closed lucaseck closed 4 months ago
Resolves #52
Frame override checkbox wasn't working with Pyside6
This is likely only an issue when using Pyside6. Pyside6 introduced changes to how enums are handled which seems to be the culprit.
Convert to a CheckState enum to compare against Qt.Checked
Frame override checkbox works again with Pyside6
Verified the toggle didn't work without my change and then did with the change
No
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Resolves #52
What was the problem/requirement? (What/Why)
Frame override checkbox wasn't working with Pyside6
This is likely only an issue when using Pyside6. Pyside6 introduced changes to how enums are handled which seems to be the culprit.
What was the solution? (How)
Convert to a CheckState enum to compare against Qt.Checked
What is the impact of this change?
Frame override checkbox works again with Pyside6
How was this change tested?
Verified the toggle didn't work without my change and then did with the change
Was this change documented?
No
Is this a breaking change?
No
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.