menufw/menufwui/mmwidgets/src/mmwidgetcontainer.cpp
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
child 9 f966699dea19
equal deleted inserted replaced
4:4d54b72983ae 5:c743ef5928ba
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *  Version     : %version: MM_71.1.17.1.49 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_71.1.17.1.51 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #include <e32keys.h>
    20 #include <e32keys.h>
  1946 				break;
  1946 				break;
  1947 				}
  1947 				}
  1948 			}
  1948 			}
  1949 		}
  1949 		}
  1950 
  1950 
  1951     if ( iListBoxObserver && !iLongTapInProgress )
  1951     if ( iListBoxObserver && !iLongTapInProgress && !iDrawer->IsDraggable() )
  1952         {
  1952         {
  1953         iListBoxObserver->HandleListBoxEventL( aListBox, aEventType );
  1953         iListBoxObserver->HandleListBoxEventL( aListBox, aEventType );
  1954         }
  1954         }
  1955 
       
  1956     }
  1955     }
  1957 
  1956 
  1958 //End of file
  1957 //End of file