Files
wxWidgets/samples/propgrid
Dummy b0660cc87c Pass argument of proper type to wxPropertyGridInterface::SetPropertyBackgroundColour
The last argument passed to this function should be an int flag not a Boolean value.
Boolean value 'true' passed here is converted to int 1 so wxPG_RECURSE flag is never set and the background colour is never changed for sub-properties.

Closes #18333.
2019-01-23 20:08:57 +01:00
..
2018-12-10 19:06:18 +01:00
2018-09-17 22:34:32 +02:00
2019-01-05 23:33:35 +01:00