*** 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:
parent
d17f05afeb
commit
be46e4a680
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user