emailuis/emailui/src/ncscomposeviewcontainer.cpp
branchRCL_3
changeset 26 968773a0b6ef
parent 25 3533d4323edc
equal deleted inserted replaced
25:3533d4323edc 26: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                 {