uifw/ganes/src/HgList.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 9 aabf2c525e0f
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
   234             
   234             
   235             TRect rect(layout.Rect());
   235             TRect rect(layout.Rect());
   236             // Move to correct y-position
   236             // Move to correct y-position
   237             rect.Move(point);
   237             rect.Move(point);
   238             DrawItem( i, rect );
   238             DrawItem( i, rect );
       
   239             
       
   240             if( i!= iItems.Count() - 1)
       
   241                 AknListUtils::DrawSeparator( gc, rect, iColor );
   239             }
   242             }
   240         gc.CancelClippingRect();
   243         gc.CancelClippingRect();
   241         }
   244         }
   242     }
   245     }
   243 
   246