git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23857
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxToolBarSimple::OnSize (wxSizeEvent& WXUNUSED(event))
{
void wxToolBarSimple::OnSize (wxSizeEvent& WXUNUSED(event))
{
if (GetAutoLayout())
Layout();
if (GetAutoLayout())
Layout();
void wxPanel::OnSize(wxSizeEvent& event)
{
void wxPanel::OnSize(wxSizeEvent& event)
{
if (GetAutoLayout())
Layout();
if (GetAutoLayout())
Layout();
#if defined(__WXPM__)
else
{
#if defined(__WXPM__)
else
{
wxPanel::DoSetVirtualSize( x, y );
AdjustScrollbars();
wxPanel::DoSetVirtualSize( x, y );
AdjustScrollbars();
if (GetAutoLayout())
Layout();
if (GetAutoLayout())
Layout();
}
void wxGenericScrolledWindow::OnPaint(wxPaintEvent& event)
}
void wxGenericScrolledWindow::OnPaint(wxPaintEvent& event)