assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-19 20:01:51 +00:00
parent cf37c9a90d
commit b5f842a902

View File

@@ -155,6 +155,8 @@ public:
virtual bool Enable(bool enable = true);
virtual bool Show(bool show = true);
virtual void SetWindowStyleFlag(long style);
virtual wxVisualAttributes GetDefaultAttributes() const
{ return GetClassDefaultAttributes(GetWindowVariant()); }