Skip to content

Fix annotations allowing null "constraint" and "data" args, #6526

Lloyd Konneker requested to merge bootchk/gimp:testitemCombo into master

Fix #6526 (closed)

I am not an expert at annotations, I just copied the annotations from DrawableComboBox to some of the other subclasses of IntComboBox.

I did not change EnumComboBox annotations (another subclass of IntComboBox) since it does not take the same args "constraint" and "data" that the other subclasses do, i.e. the issue does not apply to EnumComboBox.

I tested it lightly, all the subclasses that I touched, but only from a Python caller. That is, the changes should affect all bindings, but I only tested the Python binding.

Merge request reports