Increase maximum allowed size of test virtual grid in the sample
This allows to see that the grid is currently not redrawn correctly under MSW when it has more than ~6,000,000 rows due to overflowing the device space span of 2^27.
This commit is contained in:
@@ -1932,7 +1932,7 @@ void GridFrame::OnVTable(wxCommandEvent& )
|
|||||||
"Size: ",
|
"Size: ",
|
||||||
"wxGridDemo question",
|
"wxGridDemo question",
|
||||||
s_sizeGrid,
|
s_sizeGrid,
|
||||||
0, 32000, this);
|
0, 10000000, this);
|
||||||
|
|
||||||
if ( s_sizeGrid != -1 )
|
if ( s_sizeGrid != -1 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user