4df04a88c5
Default wxGenericComboCtrl background colour is obtained under wxGTK with wxComboBox::GetClassDefaultAttributes(). For wxGTK 3 returned colour is fully transparent (00000000) which can cause problems with proper drawing of controls deriving from wxGenericComboCtrl, like wxPGComboBox which in turn is used by wxEnumProperty, wxCursorProperty, etc. wxPGComboBox should have background with the same colour as the cell so we can explicitly set background colour to avoid using default one. Closes #17986. |
||
---|---|---|
.. | ||
advprops.cpp | ||
descrip.mms | ||
editors.cpp | ||
manager.cpp | ||
property.cpp | ||
propgrid.cpp | ||
propgridiface.cpp | ||
propgridpagestate.cpp | ||
props.cpp |