This is unnecessary and results in flicker when the control is resized because
we explicitly erase its background ourselves and then it does it itself.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62933
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return false;
- // choice/combobox normally has "white" (depends on colour scheme, of
- // course) background rather than inheriting the parent's background
- SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
-
// initialize the controls contents
for ( int i = 0; i < n; i++ )
{