X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40964ef0f9fe111c4e38a34a3a691b31e18ec209..c845a1975a3d6d79b19a7ec77bd8e0b8b8850751:/include/wx/univ/statbmp.h diff --git a/include/wx/univ/statbmp.h b/include/wx/univ/statbmp.h index 0a69f1e236..b449ce6ff4 100644 --- a/include/wx/univ/statbmp.h +++ b/include/wx/univ/statbmp.h @@ -35,7 +35,7 @@ public: const wxSize& size = wxDefaultSize, long style = 0) { - Create(parent, -1, label, pos, size, style); + Create(parent, wxID_ANY, label, pos, size, style); } wxStaticBitmap(wxWindow *parent, @@ -63,7 +63,7 @@ public: wxIcon GetIcon() const; - virtual bool HasTransparentBackground() { return TRUE; } + virtual bool HasTransparentBackground() { return true; } private: virtual void DoDraw(wxControlRenderer *renderer);