]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/textctrl.cpp
Copied gsockosx.c revision 1.4
[wxWidgets.git] / src / mac / textctrl.cpp
index a28eb9241c6e5450c5a99eee2c2ef37672523af0..ad911c398783ed0ab2b4de559f92f4ef80161887 100644 (file)
@@ -1316,10 +1316,6 @@ void wxTextCtrl::AppendText(const wxString& text)
 
 void wxTextCtrl::Clear()
 {
-    if ( !IsEditable() )
-    {
-        return ;
-    }
     if ( !m_macUsesTXN )
     {
         ::SetControlData((ControlHandle)  m_macControl, 0, ( m_windowStyle & wxTE_PASSWORD ) ? kControlEditTextPasswordTag : kControlEditTextTextTag , 0 , (char*) ((const char*)NULL) ) ;