Fix wxPropertyGrid row height on DPI change

Fix collapse button size of wxPropertyGrid in High DPI.
This commit is contained in:
Maarten Bent
2019-01-13 15:28:10 +01:00
parent 62c5b2d8d1
commit a1c3fa0468
2 changed files with 14 additions and 4 deletions

View File

@@ -1766,6 +1766,8 @@ protected:
void OnSysColourChanged( wxSysColourChangedEvent &event );
void OnDPIChanged(wxDPIChangedEvent& event);
void OnTLPClose( wxCloseEvent& event );
protected: