Merge branch 'msw-scroll-beyond-2_27'
Increase usable scrolling range in wxMSW by a factor of 10,000 by switching to handling the device origin in wxWidgets itself instead of letting GDI handle it. See #22382.
This commit is contained in:
@@ -1933,7 +1933,7 @@ void GridFrame::OnVTable(wxCommandEvent& )
|
||||
"Size: ",
|
||||
"wxGridDemo question",
|
||||
s_sizeGrid,
|
||||
0, 32000, this);
|
||||
0, 10000000, this);
|
||||
|
||||
if ( s_sizeGrid != -1 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user