]> git.saurik.com Git - wxWidgets.git/commitdiff
Ok tests pixmap and bitmap now
authorJulian Smart <julian@anthemion.co.uk>
Sat, 21 Feb 2004 14:50:13 +0000 (14:50 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 21 Feb 2004 14:50:13 +0000 (14:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/bitmap.cpp
src/gtk1/bitmap.cpp

index 38a044b1aa640f50f1cf9e1a439a211a08231de5..e708aaec54f3d57c65c1ab7e86bd122d882b37fc 100644 (file)
@@ -1079,7 +1079,7 @@ bool wxBitmap::operator != ( const wxBitmap& bmp ) const
 
 bool wxBitmap::Ok() const
 {
 
 bool wxBitmap::Ok() const
 {
-    return (m_refData != NULL);
+    return (m_refData != NULL) && (M_BMPDATA->m_bitmap || M_BMPDATA->m_pixmap);
 }
 
 int wxBitmap::GetHeight() const
 }
 
 int wxBitmap::GetHeight() const
index 38a044b1aa640f50f1cf9e1a439a211a08231de5..e708aaec54f3d57c65c1ab7e86bd122d882b37fc 100644 (file)
@@ -1079,7 +1079,7 @@ bool wxBitmap::operator != ( const wxBitmap& bmp ) const
 
 bool wxBitmap::Ok() const
 {
 
 bool wxBitmap::Ok() const
 {
-    return (m_refData != NULL);
+    return (m_refData != NULL) && (M_BMPDATA->m_bitmap || M_BMPDATA->m_pixmap);
 }
 
 int wxBitmap::GetHeight() const
 }
 
 int wxBitmap::GetHeight() const