X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0e6c0513862fc9a33e5800526058193b7492d8b..fd6c94288f31c06d4ad3c7d7ab17ed2e32b16b33:/include/wx/stattext.h diff --git a/include/wx/stattext.h b/include/wx/stattext.h index 8590052f74..979152cb16 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -14,8 +14,7 @@ public: // overriden base virtuals virtual bool AcceptsFocus() const { return false; } - virtual void ApplyParentThemeBackground(const wxColour& bg) - { SetBackgroundColour(bg); } + virtual bool HasTransparentBackground() { return true; } private: DECLARE_NO_COPY_CLASS(wxStaticTextBase)