X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af579c91c2cb87884e1afc66552bb243ce75aaa4..a2dd2ea753f431b08ba4119d67ba90f6ca5e3966:/src/common/gbsizer.cpp diff --git a/src/common/gbsizer.cpp b/src/common/gbsizer.cpp index ccde4a9a34..b4b50b2842 100644 --- a/src/common/gbsizer.cpp +++ b/src/common/gbsizer.cpp @@ -507,7 +507,7 @@ void wxGridBagSizer::RecalcSizes() m_cols = m_colWidths.GetCount(); int idx, width, height; - AdjustForGrowables(sz, m_calculatedMinSize, m_rows, m_cols); + AdjustForGrowables(sz); // Find the start positions on the window of the rows and columns wxArrayInt rowpos;