]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_listc.cpp
remove unused variable
[wxWidgets.git] / src / xrc / xh_listc.cpp
index d0a7e78b0404fd547be288fa995ef3fde8f80884..acce070d341d53ab3ebd7335f355ebd242bbc909 100644 (file)
@@ -128,6 +128,8 @@ void wxListCtrlXmlHandler::HandleListCol()
     HandleCommonItemAttrs(item);
     if (HasParam(wxT("width")))
         item.SetWidth((int)GetLong(wxT("width")));
+    if (HasParam(wxT("image")))
+        item.SetImage((int)GetLong(wxT("image")));
 
     list->InsertColumn(list->GetColumnCount(), item);
 }