mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
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:
@@ -197,6 +197,7 @@ def run():
|
||||
return rv;
|
||||
""")
|
||||
|
||||
c.find('CheckItem.check').default = 'true'
|
||||
|
||||
|
||||
# Some deprecated aliases for Classic renames
|
||||
|
||||
Reference in New Issue
Block a user