Fix font of custom attributes in wxTreeCtrl on DPI change
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user