Fix font of custom attributes in wxTreeCtrl on DPI change

This commit is contained in:
Maarten Bent
2019-02-17 19:47:01 +01:00
parent b075465645
commit 017978a139
2 changed files with 15 additions and 1 deletions

View File

@@ -261,6 +261,7 @@ protected:
// return true if the key was processed, false otherwise
bool MSWHandleSelectionKey(unsigned vkey);
virtual void MSWUpdateFontOnDPIChange(const wxSize& newDPI) wxOVERRIDE;
// data used only while editing the item label:
wxTextCtrl *m_textCtrl; // text control in which it is edited