uiacceltk/hitchcock/coretoolkit/src/HuiRosterImpl.cpp
branchRCL_3
changeset 8 46927d61fef3
parent 7 88b23e2e82e1
child 10 7c5dd702d6d3
--- a/uiacceltk/hitchcock/coretoolkit/src/HuiRosterImpl.cpp	Wed Mar 31 23:03:58 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/src/HuiRosterImpl.cpp	Wed Apr 14 16:53:50 2010 +0300
@@ -106,6 +106,9 @@
     
 void CHuiRosterImpl::ShowL(CHuiControlGroup& aGroup, TInt aWhere)
     {
+    
+    // The group will automatically accept input events once shown.
+       aGroup.SetAcceptInput(ETrue);
     // If the group is already shown on the display, just adjust its position
     // according to the parameters.
     if(Find(&aGroup) != KErrNotFound)
@@ -142,8 +145,7 @@
         InsertL(&aGroup, aWhere);
         }
 
-    // The group will automatically accept input events once shown.
-    aGroup.SetAcceptInput(ETrue);
+   
 
     // Show all the controls of the group.
     for(TInt i = 0; i < aGroup.Count(); ++i)