]> git.saurik.com Git - wxWidgets.git/commitdiff
m_img* need initialized too otherwise we can end up with rows that are
authorRobin Dunn <robin@alldunn.com>
Mon, 14 Jun 2004 21:18:50 +0000 (21:18 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 14 Jun 2004 21:18:50 +0000 (21:18 +0000)
a million pixels high!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp

index 288ea108b64175b841ab44b70b3a24389dbe308b..a03013f754dc1143bdd93e5c339bf9494b41fe1d 100644 (file)
@@ -1812,6 +1812,8 @@ void wxTreeListMainWindow::Init()
     m_lineHeight = LINEHEIGHT;
     m_indent = MININDENT; // min. indent
     m_linespacing = 4;
+    m_imgWidth = 0, m_imgWidth2 = 0;
+    m_imgHeight = 0, m_imgHeight2 = 0;
 
     m_hilightBrush = new wxBrush
                          (