]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/statbmp.cpp
new wxASSERT implementation using wxAssert() helper function
[wxWidgets.git] / src / os2 / statbmp.cpp
index 2581c2285481354de83c6add659f7e2c5d6fcdc4..d06a109a0eadb887d5426915554fd09121007999 100644 (file)
@@ -93,7 +93,7 @@ bool wxStaticBitmap::Create(
 
     // Subclass again for purposes of dialog editing mode
     SubclassWin(m_hWnd);
-    SetFont(GetParent()->GetFont());
+    SetFont(*wxSMALL_FONT);
     SetSize(nX, nY, nWidth, nHeight);
     return(FALSE);
 }
@@ -172,3 +172,11 @@ void wxStaticBitmap::SetImage(
     ::WinInvalidateRect(GetHwndOf(GetParent()), &vRect, TRUE);
 }
 
+MRESULT wxStaticBitmap::OS2WindowProc(
+  WXUINT                            uMsg
+, WXWPARAM                          wParam
+, WXLPARAM                          lParam
+)
+{
+    return wxWindow::OS2WindowProc(uMsg, wParam, lParam);
+} // end of wxStaticBitmap::OS2WindowProc