]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbmp.cpp
more reasonable default size
[wxWidgets.git] / src / motif / statbmp.cpp
index 20d46299d5f07b32af50195bc31aa41dda0e8449..d4a8308d1acd2c5bb9f3149f8b9c7ca34b423ff0 100644 (file)
@@ -66,7 +66,7 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id,
                     XmNlabelType, XmPIXMAP,
                     NULL);
 
-    m_windowFont = parent->GetFont();
+    m_font = parent->GetFont();
     ChangeFont(FALSE);
 
     SetCanAddEventHandler(TRUE);
@@ -82,11 +82,6 @@ wxStaticBitmap::~wxStaticBitmap()
     SetBitmap(wxNullBitmap);
 }
 
-void wxStaticBitmap::SetSize(int x, int y, int width, int height, int sizeFlags)
-{
-    wxControl::SetSize(x, y, width, height, sizeFlags);
-}
-
 void wxStaticBitmap::SetBitmap(const wxBitmap& bitmap)
 {
     m_messageBitmap = bitmap;