]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/checkbox.cpp
added missing include file for Apple DevTools
[wxWidgets.git] / src / mac / checkbox.cpp
index e17deb180db32ad7ff1995b0a545aae4806eabe0..d6d532e5388f85f7f4e91389c9b04cc0567bd78f 100644 (file)
@@ -47,6 +47,7 @@ bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
 void wxCheckBox::SetValue(bool val)
 {
    ::SetControlValue( m_macControl , val ) ;
+   MacRedrawControl() ;
 }
 
 bool wxCheckBox::GetValue() const