Propagate wxEVT_DPI_CHANGED to child windows in wxOSX too

This commit is contained in:
Stefan Csomor
2020-07-19 14:30:38 +02:00
committed by Vadim Zeitlin
parent 668f0e7c54
commit 1deb003a7c
2 changed files with 21 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ public:
// --------------
void OnMouseEvent( wxMouseEvent &event );
void OnDPIChanged( wxDPIChangedEvent& event );
void MacOnScroll( wxScrollEvent&event );