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:
parent
e066e2566a
commit
d7ace8a929
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user