From be46e4a680ce5e90ebf6389a8dd165de24243764 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Mon, 7 Feb 2000 11:15:53 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/grid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index 48e9a6b61a..1af51feba4 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -1133,7 +1133,7 @@ void wxGrid::CalcDimensions() GetViewStart( &x, &y ); SetScrollbars( GRID_SCROLL_LINE, GRID_SCROLL_LINE, right/GRID_SCROLL_LINE, bottom/GRID_SCROLL_LINE, - x, y, TRUE ); + x, y ); } } -- 2.47.2