git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11179
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxCHECK_MSG( m_text != NULL, FALSE, wxT("invalid text ctrl") );
- wxControl::SetBackgroundColour( colour );
+ if ( !wxControl::SetBackgroundColour( colour ) )
+ return FALSE;
if (!m_widget->window)
return FALSE;
{
wxCHECK_MSG( m_text != NULL, FALSE, wxT("invalid text ctrl") );
- wxControl::SetBackgroundColour( colour );
+ if ( !wxControl::SetBackgroundColour( colour ) )
+ return FALSE;
if (!m_widget->window)
return FALSE;