diff --git a/src/propgrid/editors.cpp b/src/propgrid/editors.cpp index 28388e758c..4d79629af7 100644 --- a/src/propgrid/editors.cpp +++ b/src/propgrid/editors.cpp @@ -1072,6 +1072,8 @@ wxWindow* wxPGChoiceEditor::CreateControlsBase( wxPropertyGrid* propGrid, #endif // !__WXOSX__ cb->SetMargins(wxPG_XBEFORETEXT-1); + cb->SetBackgroundColour(propGrid->GetCellBackgroundColour()); + // Set hint text cb->SetHint(property->GetHintText());