From: Stefan Neis Date: Wed, 9 Feb 2000 14:29:25 +0000 (+0000) Subject: Fix refreshs for wxGTK. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c1b2e2b6a84e953b2ecd16851b8e5ba69c40f29a Fix refreshs for wxGTK. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index bcf0c8d7b5..3264306ece 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -1461,6 +1461,7 @@ void wxGrid::CalcCellsExposed( wxRegion& reg ) CalcUnscrolledPosition( r.GetLeft(), r.GetTop(), &left, &top ); CalcUnscrolledPosition( r.GetRight(), r.GetBottom(), &right, &bottom ); + left++; top++; // find the cells within these bounds // int row, col;