]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sizer.cpp
fixed bug due to which all items in a virtual control stayed sometimes selected even...
[wxWidgets.git] / src / common / sizer.cpp
index 14af0d17d9c1c846a643e8975487119a6610667d..c4bb285cae7996f7e7480e0b2472bfef4241fda6 100644 (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)