]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/region.cpp
Include wx/font.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / mac / carbon / region.cpp
index 751177afdef0a6d7431932822bc2a1bb70c603d0..b20a78b000cd46b2233b330a94f376a9586d71d5 100644 (file)
@@ -282,7 +282,10 @@ wxRect wxRegion::GetBox() const
 // Is region empty?
 bool wxRegion::Empty() const
 {
-    return EmptyRgn( M_REGION ) ;
+    if ( m_refData )
+        return EmptyRgn( M_REGION ) ;
+    else
+        return true ;
 }
 
 const WXHRGN wxRegion::GetWXHRGN() const