uiacceltk/hitchcock/coretoolkit/src/HuiRosterImpl.cpp
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
child 22 7c5dd702d6d3
--- a/uiacceltk/hitchcock/coretoolkit/src/HuiRosterImpl.cpp	Fri Apr 16 15:56:24 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/src/HuiRosterImpl.cpp	Mon May 03 13:22:43 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)