calendarui/views/src/calendaylistboxitemdrawer.cpp
branchRCL_3
changeset 60 96907930389d
parent 36 9c5b1510919f
child 67 1539a383d7b6
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
    73     
    73     
    74     // Based on AVKON CFormattedCellListBoxItemDrawer
    74     // Based on AVKON CFormattedCellListBoxItemDrawer
    75     // Removed code is commented out 
    75     // Removed code is commented out 
    76     iGc->SetPenColor(iTextColor);
    76     iGc->SetPenColor(iTextColor);
    77     iGc->SetBrushColor(iBackColor);
    77     iGc->SetBrushColor(iBackColor);
    78 
    78     iGc->SetClippingRect(iListBox->View()->ViewRect());
    79     TPtrC temp=iModel->ItemText(aItemIndex);
    79     TPtrC temp=iModel->ItemText(aItemIndex);
    80 
    80 
    81     SetupGc(aItemIndex);
    81     SetupGc(aItemIndex);
    82 
    82 
    83     TBufC<KMaxTotalDataLength> target(EEmptyString);
    83     TBufC<KMaxTotalDataLength> target(EEmptyString);