pcb_calculator: Update panel images/text when system theme changes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user