git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2005-03-09 19:04:46 +00:00
parent b14ba1f117
commit 168f82ce0a

View File

@ -968,7 +968,7 @@ void wxScrollHelper::HandleOnSize(wxSizeEvent& WXUNUSED(event))
wxSize size = m_targetWindow->GetBestVirtualSize();
// This will call ::Layout() and ::AdjustScrollbars()
SetVirtualSize( size );
m_win->SetVirtualSize( size );
}
else
{