pcb_calculator: Update panel images/text when system theme changes

This commit is contained in:
Ian McInerney
2021-10-08 17:31:21 +01:00
parent 1f4955a632
commit c14bdf7fe0
53 changed files with 372 additions and 126 deletions
+7 -1
View File
@@ -49,7 +49,13 @@ bool HTML_WINDOW::SetPage( const wxString& aSource )
}
void HTML_WINDOW::onThemeChanged( wxSysColourChangedEvent &aEvent )
void HTML_WINDOW::ThemeChanged()
{
SetPage( m_pageSource );
}
void HTML_WINDOW::onThemeChanged( wxSysColourChangedEvent &aEvent )
{
ThemeChanged();
}