X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af579c91c2cb87884e1afc66552bb243ce75aaa4..601398b9b1e63109f44af34ff79bc558fe929b4d:/src/common/gbsizer.cpp?ds=sidebyside 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;