git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-07-09 05:51:38 +00:00
parent 233d6db53a
commit 2e9c65bf83

View File

@@ -854,6 +854,7 @@ void wxFlexGridSizer::RecalcSizes()
m_rowHeights[ temp[idx] ] += delta;
}
temp.Empty();
// See above
for (idx = 0; idx < m_growableCols.GetCount(); idx++)
if (m_growableCols[idx] < ncols)