uifw/ganes/src/HgList.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 9 aabf2c525e0f
--- a/uifw/ganes/src/HgList.cpp	Tue Feb 02 01:00:49 2010 +0200
+++ b/uifw/ganes/src/HgList.cpp	Fri Feb 19 23:04:46 2010 +0200
@@ -236,6 +236,9 @@
             // Move to correct y-position
             rect.Move(point);
             DrawItem( i, rect );
+            
+            if( i!= iItems.Count() - 1)
+                AknListUtils::DrawSeparator( gc, rect, iColor );
             }
         gc.CancelClippingRect();
         }