X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..389076f14811ac2c7ad5e3ffb3685b54e8f1944b:/include/wx/msw/radiobut.h?ds=inline diff --git a/include/wx/msw/radiobut.h b/include/wx/msw/radiobut.h index 207ea21dbb..287bce70cc 100644 --- a/include/wx/msw/radiobut.h +++ b/include/wx/msw/radiobut.h @@ -6,7 +6,7 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_RADIOBUT_H_ @@ -52,9 +52,7 @@ 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); } - + virtual bool HasTransparentBackground() { return true; } protected: virtual wxSize DoGetBestSize() const;