don't pass unneeded arguments to AdustForGrowables()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-04-22 20:27:36 +00:00
parent 66c59e2c54
commit 3b170aa895

View File

@ -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;