*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1133,7 +1133,7 @@ void wxGrid::CalcDimensions()
|
|||||||
GetViewStart( &x, &y );
|
GetViewStart( &x, &y );
|
||||||
SetScrollbars( GRID_SCROLL_LINE, GRID_SCROLL_LINE,
|
SetScrollbars( GRID_SCROLL_LINE, GRID_SCROLL_LINE,
|
||||||
right/GRID_SCROLL_LINE, bottom/GRID_SCROLL_LINE,
|
right/GRID_SCROLL_LINE, bottom/GRID_SCROLL_LINE,
|
||||||
x, y, TRUE );
|
x, y );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user