]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bmpbuttn.h
added GetHimagelist()
[wxWidgets.git] / include / wx / bmpbuttn.h
index 1bc0a1239ba05fb5315a9efc0de985d9ccbb44cb..442369808ce56b0300e6718e550d927034a0a5b7 100644 (file)
@@ -67,7 +67,7 @@ public:
 
 protected:
     // function called when any of the bitmaps changes
-    virtual void OnSetBitmap() { InvalidateBestSize(); }
+    virtual void OnSetBitmap() { InvalidateBestSize(); Refresh(); }
 
     // the bitmaps for various states
     wxBitmap m_bmpNormal,