Oops.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -854,6 +854,7 @@ void wxFlexGridSizer::RecalcSizes()
|
|||||||
m_rowHeights[ temp[idx] ] += delta;
|
m_rowHeights[ temp[idx] ] += delta;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
temp.Empty();
|
||||||
// See above
|
// See above
|
||||||
for (idx = 0; idx < m_growableCols.GetCount(); idx++)
|
for (idx = 0; idx < m_growableCols.GetCount(); idx++)
|
||||||
if (m_growableCols[idx] < ncols)
|
if (m_growableCols[idx] < ncols)
|
||||||
|
Reference in New Issue
Block a user