X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f607434a0f14d78d05e011f98fae56648cfde0c9..fd64de596c085f81aa3ef7d8ee6b2f4afebbed8e:/include/wx/msw/radiobut.h diff --git a/include/wx/msw/radiobut.h b/include/wx/msw/radiobut.h index b47ee2e241..da92a8e18f 100644 --- a/include/wx/msw/radiobut.h +++ b/include/wx/msw/radiobut.h @@ -52,6 +52,9 @@ public: // implementation only from now on virtual bool MSWCommand(WXUINT param, WXWORD id); virtual void Command(wxCommandEvent& event); + virtual void ApplyParentThemeBackground(const wxColour& bg) + { SetBackgroundColour(bg); } + protected: virtual wxSize DoGetBestSize() const;