uifw/EikStd/dlgsrc/aknrecordinggc.cpp
branchRCL_3
changeset 17 a1caeb42b3a3
parent 10 3d340a0166ff
child 19 aecbbf00d063
equal deleted inserted replaced
15:c52421ed5f07 17:a1caeb42b3a3
   181                         break;
   181                         break;
   182                         
   182                         
   183                     case CBufferItem::EDrawLine:
   183                     case CBufferItem::EDrawLine:
   184                         // EDrawLine is used for separator line only and it
   184                         // EDrawLine is used for separator line only and it
   185                         // should be skipped for the last visible item.
   185                         // should be skipped for the last visible item.
   186                         if ( i < iLines.Count() - 1 
   186                         if ( i < iLines.Count() - 1 )
   187                                 && realRect.iBr.iY < aRect.iBr.iY )
       
   188                             {
   187                             {
   189                             gc->DrawLine( item->iRect.iTl, item->iRect.iBr );
   188                             gc->DrawLine( item->iRect.iTl, item->iRect.iBr );
   190                             }
   189                             }
   191                         break;
   190                         break;
   192                         
   191