git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43108
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int rightCol = GetColPos( internalXToCol(right) );
int bottomRow = internalYToRow(bottom);
int rightCol = GetColPos( internalXToCol(right) );
int bottomRow = internalYToRow(bottom);
-#ifndef __WXMAC__
- // CS: I don't know why suddenly unscrolled coordinates are used for clipping
+#if !defined(__WXMAC__) || wxMAC_USE_CORE_GRAPHICS
wxRegion clippedcells(0, 0, cw, ch);
int i, j, cell_rows, cell_cols;
wxRegion clippedcells(0, 0, cw, ch);
int i, j, cell_rows, cell_cols;