frmdstryr / enamlx

Additional Qt Widgets for Enaml
MIT License
28 stars 9 forks source link

Ensure value coerced to Qt.CheckState enum #32

Closed bburan closed 8 months ago

bburan commented 8 months ago

This was broken when using Qt6. Attempting to toggle a checkbox in the TreeView example did not work until we coerced the value to ensure proper comparision.

bburan commented 8 months ago

Fixes #33

frmdstryr commented 8 months ago

Thanks!