calendarui/views/src/calendaylistboxview.cpp
branchRCL_3
changeset 13 0f07cd1b5772
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
12:38571fd2a704 13:0f07cd1b5772
   232         if(aItemIndex >= iCurrentItemIndex && aItemIndex < iCurrentItemIndex + KMaxLineInACell)
   232         if(aItemIndex >= iCurrentItemIndex && aItemIndex < iCurrentItemIndex + KMaxLineInACell)
   233             {
   233             {
   234             TInt nextCell(LastLineOfCell(iCurrentItemIndex) + 1);
   234             TInt nextCell(LastLineOfCell(iCurrentItemIndex) + 1);
   235 
   235 
   236         if ( !( iItemDrawer->Flags()
   236         if ( !( iItemDrawer->Flags()
   237                 & CTextListItemDrawer::EDisableHighlight )
   237                 & CTextListItemDrawer::ESingleClickDisabledHighlight  )
   238                 && aItemIndex < nextCell )
   238                 && aItemIndex < nextCell )
   239             {
   239             {
   240             highlight = ETrue;
   240             highlight = ETrue;
   241             }
   241             }
   242             }
   242             }