]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbmp.cpp
best size handling fix
[wxWidgets.git] / src / msw / statbmp.cpp
index fa7049f0b1c935215da85446e1c67ec19b6c31b5..86fda57454ec9392b4ca1e02c1d213757942cdaf 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ===========================================================================
@@ -217,6 +217,7 @@ void wxStaticBitmap::SetImage( const wxGDIImage* image )
 {
     wxGDIImage* convertedImage = ConvertImage( *image );
     SetImageNoCopy( convertedImage );
+    InvalidateBestSize();
 }
 
 void wxStaticBitmap::SetImageNoCopy( wxGDIImage* image)