--- a/imstutils/imconversationview/imcvuiapp/src/cimcvappsmileicongrid.cpp Tue May 25 12:27:36 2010 +0300
+++ b/imstutils/imconversationview/imcvuiapp/src/cimcvappsmileicongrid.cpp Wed Jun 09 09:27:17 2010 +0300
@@ -469,15 +469,7 @@
myRect.SetRect( cellLeftTop, cellBottomRight );
TPoint offset;
- if(!iIsMirrored)
- {
- offset.iX = ( aIndex % iMaxColumns ) * iCellWidth;
- }
- else
- {
- offset.iX = ( aIndex % iMaxColumns ) * iCellWidth;
- }
-
+ offset.iX = ( aIndex % iMaxColumns ) * iCellWidth;
offset.iY = aIndex / iMaxColumns * iCellHeight;
myRect.Move( offset );