]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/cursor.cpp
no message
[wxWidgets.git] / src / gtk1 / cursor.cpp
index 6b9fd7f64274d8857caccdc6eb21dfee32357dac..7195cfa0c6f5605b27e52bf0b4ce24348f598c1b 100644 (file)
@@ -133,7 +133,7 @@ bool wxCursor::operator != ( const wxCursor& cursor )
 
 bool wxCursor::Ok(void) const
 {
-  return TRUE;
+  return (m_refData != NULL);
 }
 
 GdkCursor *wxCursor::GetCursor(void) const