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