m_img* need initialized too otherwise we can end up with rows that are

a million pixels high!


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-06-14 21:18:50 +00:00
parent c6ca8c022c
commit 1e03b21d31

View 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
(