#include "wx/timer.h"
#include "wx/settings.h"
#include "wx/dynarray.h"
+ #include "wx/dcclient.h"
#include "wx/dcscreen.h"
#include "wx/math.h"
#endif
if ( info.HasAttributes() )
{
if ( m_attr )
- *m_attr = *info.GetAttributes();
+ m_attr->AssignFrom(*info.GetAttributes());
else
m_attr = new wxListItemAttr(*info.GetAttributes());
}