calendarui/views/src/calentodocontainer.cpp
branchRCL_3
changeset 74 97232defd20e
parent 66 bd7edf625bdd
child 86 ed599363c2d7
equal deleted inserted replaced
66:bd7edf625bdd 74:97232defd20e
  1170     {
  1170     {
  1171     TRACE_ENTRY_POINT;
  1171     TRACE_ENTRY_POINT;
  1172 
  1172 
  1173     if(AknLayoutUtils::PenEnabled())
  1173     if(AknLayoutUtils::PenEnabled())
  1174         {
  1174         {
  1175         if(iView->IsEventViewLaunchedFromAlarm())
  1175         if(iView->IsCalenLaunchedFromExtApp())
  1176             {
  1176             {
  1177             return;
  1177             return;
  1178             }
  1178             }
  1179         TInt pointerIndex(-1);
  1179         TInt pointerIndex(-1);
  1180         TBool isItem (iListBox->View()->XYPosToItemIndex(aPointerEvent.iPosition, pointerIndex));
  1180         TBool isItem (iListBox->View()->XYPosToItemIndex(aPointerEvent.iPosition, pointerIndex));