emailuis/emailui/src/ncscomposeviewcontainer.cpp
branchRCL_3
changeset 70 968773a0b6ef
parent 64 3533d4323edc
child 73 c8382f7b54ef
equal deleted inserted replaced
64:3533d4323edc 70:968773a0b6ef
   398            if( iPhysics )
   398            if( iPhysics )
   399                {
   399                {
   400 			   if ( iIsDragging )
   400 			   if ( iIsDragging )
   401 				   {
   401 				   {
   402                     TPoint delta( 0, iPreviousPosition.iY - position.iY );
   402                     TPoint delta( 0, iPreviousPosition.iY - position.iY );
   403                     if ( !iMessageField->SelectionLength() )
   403                     if ( !( iMessageField->SelectionLength() || iReadOnlyQuoteField->SelectionLength() ) )
   404                     		iPhysics->RegisterPanningPosition( delta );
   404                     		iPhysics->RegisterPanningPosition( delta );
   405 				   }
   405 				   }
   406                 }
   406                 }
   407             else
   407             else
   408                 {
   408                 {