summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f1d6804)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42051
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( info.HasAttributes() )
{
if ( m_attr )
if ( info.HasAttributes() )
{
if ( m_attr )
- *m_attr = *info.GetAttributes();
+ m_attr->AssignFrom(*info.GetAttributes());
else
m_attr = new wxListItemAttr(*info.GetAttributes());
}
else
m_attr = new wxListItemAttr(*info.GetAttributes());
}