Fix refreshs for wxGTK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5e2e843f00
commit
c1b2e2b6a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user