X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..783e0c6d48080587b9d2c52dfe4d442682119a0d:/include/wx/statbmp.h diff --git a/include/wx/statbmp.h b/include/wx/statbmp.h index e0e4566370..c54f627313 100644 --- a/include/wx/statbmp.h +++ b/include/wx/statbmp.h @@ -42,6 +42,7 @@ public: // overriden base class virtuals virtual bool AcceptsFocus() const { return false; } + virtual bool HasTransparentBackground() { return true; } protected: virtual wxSize DoGetBestSize() const;