Applied patch [ 610076 ] wxX11&wxGtk fail with --disable-compat22

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-10-02 13:24:33 +00:00
parent fdfc424e32
commit dd0d47090a
2 changed files with 2 additions and 2 deletions

View File

@@ -849,7 +849,7 @@ void wxScrolledWindow::OnChar(wxKeyEvent& event)
szx, szy, // view size (total)
clix, cliy; // view size (on screen)
ViewStart(&stx, &sty);
GetViewStart(&stx, &sty);
GetClientSize(&clix, &cliy);
GetVirtualSize(&szx, &szy);

View File

@@ -849,7 +849,7 @@ void wxScrolledWindow::OnChar(wxKeyEvent& event)
szx, szy, // view size (total)
clix, cliy; // view size (on screen)
ViewStart(&stx, &sty);
GetViewStart(&stx, &sty);
GetClientSize(&clix, &cliy);
GetVirtualSize(&szx, &szy);