fixed EditLabel() for wxLC_REPORT mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2000-10-08 22:29:38 +00:00
parent e066e2566a
commit d7ace8a929

View 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;
}
}