]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bmpbuttn.cpp
Still with the same 'read after close' thing...
[wxWidgets.git] / src / msw / bmpbuttn.cpp
index 1d0e976dc35edc18a0620075ff2a32650bca5e8f..2cee20c982d46c2aa4b7b2f8d6a4c7f8938395fd 100644 (file)
@@ -39,7 +39,10 @@ bool wxBitmapButton::Create(wxWindow *parent, wxWindowID id, const wxBitmap& bit
 {
   m_buttonBitmap = bitmap;
   SetName(name);
+
+#if wxUSE_VALIDATORS
   SetValidator(validator);
+#endif // wxUSE_VALIDATORS
 
   parent->AddChild(this);