// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "combobox.h"
-#endif
-
#include "wx/wxprec.h"
#if wxUSE_COMBOBOX
if ( !wxControl::Enable(enable) )
return false;
+ if (m_text)
+ m_text->Enable(enable);
+
return true;
}