openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
46 stars 18 forks source link

Masking check boxes in ColorDialog wont' update #148

Closed pshriwise closed 3 months ago

pshriwise commented 3 months ago

A change in PySide6 for the Qt.CheckState type results in an incorrect comparison for the integer values coming into the QtAbstractTableModel.setData method. This results in incorrect state for the the checkboxes in the ColorDialog box. The internal masking state does update, but can only go one direction.

Issue description is here: https://bugreports.qt.io/browse/PYSIDE-1930