Make wxGenericColourDialog DPI aware

This commit is contained in:
Maarten Bent
2020-07-31 00:06:46 +02:00
parent 9e2615ac06
commit b10ba803f5
2 changed files with 36 additions and 19 deletions

View File

@@ -49,6 +49,7 @@ public:
// Internal functions
void OnMouseEvent(wxMouseEvent& event);
void OnPaint(wxPaintEvent& event);
void OnDPIChanged(wxDPIChangedEvent& event);
#if wxCLRDLGG_USE_PREVIEW_WITH_ALPHA
void OnCustomColourMouseClick(wxMouseEvent& event);
#endif // wxCLRDLGG_USE_PREVIEW_WITH_ALPHA