equal
deleted
inserted
replaced
159 iItemArrayShort->InsertL(aIndex, iListboxFormatbufferShort); |
159 iItemArrayShort->InsertL(aIndex, iListboxFormatbufferShort); |
160 |
160 |
161 //iListContainer->Listbox()->ItemDrawer()->SetPropertiesL(aIndex, itemProps); |
161 //iListContainer->Listbox()->ItemDrawer()->SetPropertiesL(aIndex, itemProps); |
162 // If item is visible, redraw it |
162 // If item is visible, redraw it |
163 if (iListContainer->Listbox()->TopItemIndex() <= aIndex |
163 if (iListContainer->Listbox()->TopItemIndex() <= aIndex |
164 && iListContainer->Listbox()->BottomItemIndex() > aIndex) |
164 && iListContainer->Listbox()->BottomItemIndex() >= aIndex) |
165 { |
165 { |
166 iListContainer->Listbox()->DrawItem(aIndex); |
166 iListContainer->Listbox()->DrawItem(aIndex); |
167 } |
167 } |
168 } |
168 } |
169 |
169 |