]> git.saurik.com Git - wxWidgets.git/commitdiff
don't pass unneeded arguments to AdustForGrowables()
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 20:27:36 +0000 (20:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 20:27:36 +0000 (20:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/gbsizer.cpp

index ccde4a9a3486bb9a9f9a5afb2cdee5454b1cb126..b4b50b2842ae4cf918d3f1025265af042aad3c1c 100644 (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;