calendarui/views/src/calentodocontainer.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31: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));