uifw/AvKon/src/AknCheckBoxSettingPage.cpp
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
child 23 3d340a0166ff
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   360 
   360 
   361     // Respond to softkey events
   361     // Respond to softkey events
   362     switch (aCommandId)
   362     switch (aCommandId)
   363         {
   363         {
   364         case EAknSoftkeySelect:
   364         case EAknSoftkeySelect:
       
   365             {
       
   366             if ( EnableSingleClickHighlight( aCommandId ) )
       
   367                 {
       
   368                 break;                           
       
   369                 } 
       
   370             // no single click mode was enabled, fall through
       
   371             }           
   365         case EAknSoftkeyMark:
   372         case EAknSoftkeyMark:
   366         case EAknSoftkeyUnmark:
   373         case EAknSoftkeyUnmark:
   367             if ( AknLayoutUtils::PenEnabled() )
   374             if ( AknLayoutUtils::PenEnabled() )
   368                 {
   375                 {
   369                 if (ListBoxControl()->View()->ItemIsVisible(ListBoxControl()->View()->CurrentItemIndex()))
   376                 if (ListBoxControl()->View()->ItemIsVisible(ListBoxControl()->View()->CurrentItemIndex()))