]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bmpbuttn.cpp
More Motif stuff, minor stubs correction
[wxWidgets.git] / src / msw / bmpbuttn.cpp
index 1c1b95c7c375d82aadf9083d8436e0ed8c9d8168..af8a1e72fee4cc76b4bfd55104ca6b30a7d0ebc3 100644 (file)
@@ -82,9 +82,7 @@ bool wxBitmapButton::Create(wxWindow *parent, wxWindowID id, const wxBitmap& bit
   // Subclass again for purposes of dialog editing mode
   SubclassWin((WXHWND)wx_button);
 
-  // TODO? If in future we have a facility for having a label as well
-  // as a bitmap, set the font.
-//  SetFont(parent->GetFont()) ;
+  SetFont(* parent->GetFont()) ;
 
   SetSize(x, y, width, height);
   ShowWindow(wx_button, SW_SHOW);