Fix wxStatusBar font and position after DPI changes
Update the font of the associated wxDC so ellipsization uses the correct font size.
This commit is contained in:
@@ -72,6 +72,8 @@ protected:
|
||||
// implementation of the public SetStatusWidths()
|
||||
void MSWUpdateFieldsWidths();
|
||||
|
||||
virtual void MSWUpdateFontOnDPIChange(const wxSize& newDPI) wxOVERRIDE;
|
||||
|
||||
// used by DoUpdateStatusText()
|
||||
wxClientDC *m_pDC;
|
||||
|
||||
|
Reference in New Issue
Block a user