]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bmpbuttn.h
Fix for the fix for wxChoice selection.
[wxWidgets.git] / include / wx / bmpbuttn.h
index ebaafefda3e9d55d27add37d2e35bf9e8bac3f02..54a38c432248daccb7db01d3e98db7b11a94d8e6 100644 (file)
@@ -61,9 +61,13 @@ public:
     int GetMarginX() const { return m_marginX; }
     int GetMarginY() const { return m_marginY; }
 
+    virtual void ApplyParentThemeBackground(const wxColour& bg)
+        { SetBackgroundColour(bg); }
+
+
 protected:
     // function called when any of the bitmaps changes
-    virtual void OnSetBitmap() { }
+    virtual void OnSetBitmap() { InvalidateBestSize(); }
 
     // the bitmaps for various states
     wxBitmap m_bmpNormal,