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:
Vadim Zeitlin
2022-05-05 17:24:58 +02:00
4 changed files with 156 additions and 47 deletions

View File

@@ -1933,7 +1933,7 @@ void GridFrame::OnVTable(wxCommandEvent& )
"Size: ",
"wxGridDemo question",
s_sizeGrid,
0, 32000, this);
0, 10000000, this);
if ( s_sizeGrid != -1 )
{