javauis/lcdui_akn/lcdui/src/CMIDChoiceGroupItem.cpp
branchRCL_3
changeset 25 9ac0a0a7da70
parent 19 04becd199f91
--- a/javauis/lcdui_akn/lcdui/src/CMIDChoiceGroupItem.cpp	Tue May 11 16:07:20 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/src/CMIDChoiceGroupItem.cpp	Tue May 25 12:34:19 2010 +0300
@@ -509,7 +509,7 @@
         {
             CMIDControlItem::HandlePointerEventL(aPointerEvent);
         }
-#endif // RD_JAVA_S60_RELEASE_9_2        
+#endif // RD_JAVA_S60_RELEASE_9_2
         break;
     }
 
@@ -517,6 +517,14 @@
         CMIDControlItem::HandlePointerEventL(aPointerEvent);
         break;
     }
+
+#ifdef RD_JAVA_S60_RELEASE_9_2
+    if (aPointerEvent.iType == TPointerEvent::EButton1Down)
+    {
+        // highlight should be disabled when choicegroup taped
+        iChoiceGroupControl->SingleClickDisableHighlightL(ETrue);
+    }
+#endif // RD_JAVA_S60_RELEASE_9_2
 }
 #endif //RD_SCALABLE_UI_V2