You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A change in PySide6 for the
Qt.CheckState
type results in an incorrect comparison for the integer values coming into theQtAbstractTableModel.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
The text was updated successfully, but these errors were encountered: