diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index f17dd0124f..bbe22e4eef 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -5197,6 +5197,9 @@ void wxGenericListCtrl::OnInternalIdle() bool wxGenericListCtrl::SetBackgroundColour( const wxColour &colour ) { + if ( !wxWindow::SetBackgroundColour( colour ) ) + return false; + if (m_mainWin) { m_mainWin->SetBackgroundColour( colour );