ifdefed out Offset call for Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-06-20 11:46:58 +00:00
parent 21d1c967d7
commit 13a2eea0f5

View File

@ -885,7 +885,7 @@ void MyCanvas::DrawRegionsHelper(wxDC& dc, wxCoord x, bool firstTime)
dc.DestroyClippingRegion();
wxRegion region(x + 110, y + 20, 100, 270);
#ifndef __WXMOTIF__
#if !defined(__WXMOTIF__) && !defined(__WXMAC__)
if ( !firstTime )
region.Offset(10, 10);
#endif