Final fix for ticket #58

This commit is contained in:
HomeWorld
2010-09-23 20:23:15 +03:00
parent 283d85ae66
commit 43ec3260c6

View File

@@ -134,7 +134,8 @@ class Display(wx.ListCtrl):
if oldText != newText or oldImageId != newImageId:
self.SetItem(colItem)
self.SetItemState(item, 0 , wx.LIST_STATE_FOCUSED | wx.LIST_STATE_SELECTED)
self.SetItemState(item, 0 , wx.LIST_STATE_FOCUSED | wx.LIST_STATE_SELECTED)
self.SetItemData(item, id)