Update generic wxTreeCtrl appearance when theme changes

See #18823
This commit is contained in:
Paul Cornett
2020-07-13 20:26:59 -07:00
parent f1f27bc37c
commit 5325ccfda6
2 changed files with 33 additions and 33 deletions

View File

@@ -351,6 +351,10 @@ protected:
virtual wxSize DoGetBestSize() const wxOVERRIDE;
private:
bool m_hasExplicitFont;
void OnSysColourChanged(wxSysColourChangedEvent&);
// Reset the state of the last find (i.e. keyboard incremental search)
// operation.
void ResetFindState();