X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..83a9be3427d830e767a5bcec2bc40a06d2d463a8:/include/wx/statline.h diff --git a/include/wx/statline.h b/include/wx/statline.h index 6a8b7db0d5..7bd1939ceb 100644 --- a/include/wx/statline.h +++ b/include/wx/statline.h @@ -47,7 +47,9 @@ public: static int GetDefaultSize() { return 2; } // overriden base class virtuals - virtual bool AcceptsFocus() const { return FALSE; } + virtual bool AcceptsFocus() const { return false; } + virtual void ApplyParentThemeBackground(const wxColour& bg) + { SetBackgroundColour(bg); } protected: // set the right size for the right dimension