X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd507486e07b742bb7acb118811efd60ee027859..fd6c94288f31c06d4ad3c7d7ab17ed2e32b16b33:/include/wx/stattext.h?ds=sidebyside diff --git a/include/wx/stattext.h b/include/wx/stattext.h index 525ad9eb8d..979152cb16 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -14,7 +14,7 @@ public: // overriden base virtuals virtual bool AcceptsFocus() const { return false; } - virtual bool CanApplyParentThemeBackground() const { return true; } + virtual bool HasTransparentBackground() { return true; } private: DECLARE_NO_COPY_CLASS(wxStaticTextBase)