]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
Doc/distribution script mods
[wxWidgets.git] / src / generic / listctrl.cpp
index b546c685a7517ce1e6a0d5215ed289123a305b3c..8e7857291fd6b88294cb1960d3d50dd880dafb7e 100644 (file)
@@ -768,6 +768,8 @@ void wxListLineData::CalculateSize( wxDC *dc, int spacing )
                 m_bound_all.height = lh;
                 node = node->Next();
             }
+            m_bound_label.width = m_bound_all.width;
+            m_bound_label.height = m_bound_all.height;
             break;
         }
     }