Support DPI change in wxStyledTextCtrl
Change to zoom-level and margin width based on the active DPI. Send wxDPIChangedEvent to all controls and windows.
This commit is contained in:
@@ -5479,6 +5479,7 @@ protected:
|
||||
void OnKeyDown(wxKeyEvent& evt);
|
||||
void OnLoseFocus(wxFocusEvent& evt);
|
||||
void OnGainFocus(wxFocusEvent& evt);
|
||||
void OnDPIChanged(wxDPIChangedEvent& evt);
|
||||
void OnSysColourChanged(wxSysColourChangedEvent& evt);
|
||||
void OnEraseBackground(wxEraseEvent& evt);
|
||||
void OnMenu(wxCommandEvent& evt);
|
||||
|
Reference in New Issue
Block a user