]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops.
authorRobert Roebling <robert@roebling.de>
Tue, 9 Jul 2002 05:51:38 +0000 (05:51 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 9 Jul 2002 05:51:38 +0000 (05:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sizer.cpp

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