Give CheckItem.check a default value so it will be less likely for code still using CheckListCtrlMixin to raise an exception.

This commit is contained in:
Robin Dunn
2020-10-13 16:04:49 -07:00
parent cafa02a2f2
commit 15be2436d1

View File

@@ -197,6 +197,7 @@ def run():
return rv;
""")
c.find('CheckItem.check').default = 'true'
# Some deprecated aliases for Classic renames