Make wxGenericColourButton DPI aware

This commit is contained in:
Maarten Bent
2019-09-16 00:43:43 +02:00
parent 8df97af5fe
commit 4f09f83597
2 changed files with 21 additions and 3 deletions

View File

@@ -71,6 +71,8 @@ protected:
void UpdateColour() wxOVERRIDE;
void OnDPIChanged(wxDPIChangedEvent& event);
// the colour data shown in wxColourPickerCtrlGeneric
// controls. This member is static so that all colour pickers
// in the program share the same set of custom colours.