]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbmp.cpp
Removed unneeded GSocket files
[wxWidgets.git] / src / gtk / statbmp.cpp
index 9d206950ea3ae8e26bf9f083fd0f342d94518c25..6ec5169750287457e07e8433c6b49035c6150010 100644 (file)
@@ -113,9 +113,18 @@ void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap )
             gtk_pixmap_set( GTK_PIXMAP(m_widget), m_bitmap.GetPixmap(), mask );
         }
 
-        SetBestSize(wxSize(bitmap.GetWidth(), bitmap.GetHeight()));
+        InvalidateBestSize();
+        SetSize(GetBestSize());
     }
 }
 
+// static
+wxVisualAttributes
+wxStaticBitmap::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
+{
+    // TODO: overload to allow using gtk_pixmap_new?
+    return GetDefaultAttributesFromGTKWidget(gtk_label_new);
+}
+
 #endif // wxUSE_STATBMP