Relax validation of wxCheckBox flags.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Oct 2010 14:23:09 +0000 (14:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Oct 2010 14:23:09 +0000 (14:23 +0000)
commit3a61f5db2c1292d1f6cbfc5bff1edfbdf7b1fc99
tree1c9710402677d37df9b8368f7d252443c2911da4
parentce0ee9aec1fe43a5645390bd1e45f27a2518a03b
Relax validation of wxCheckBox flags.

Changes of r65824 resulted in asserts when creating wxCheckBox with just
wxBORDER_NONE style. This is useless but used to be harmless so continue to
allow this.

Closes #12628.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/checkbox.h