videoplayback/videoplaybackcontrols/src/mpxvideoplaybackvolumebar.cpp
branchRCL_3
changeset 11 8970fbd719ec
parent 10 112a725ff2c2
child 12 7f2b2a65da29
--- a/videoplayback/videoplaybackcontrols/src/mpxvideoplaybackvolumebar.cpp	Wed Mar 31 21:34:36 2010 +0300
+++ b/videoplayback/videoplaybackcontrols/src/mpxvideoplaybackvolumebar.cpp	Wed Apr 14 15:59:50 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: e003sa33#19 %
+// Version : %version: e003sa33#20 %
 
 
 // INCLUDE FILES
@@ -1004,7 +1004,11 @@
 
     if ( iDragging != EVolumeNotDragging )
     {
-    	iDragging = EVolumeNotDragging;
+        TPointerEvent event;
+        event.iType = TPointerEvent::EButton1Up;
+        event.iPosition.iY = ( iSliderRect.iTl.iY + iSliderRect.iBr.iY ) / 2;
+        
+        MPX_TRAPD( err, HandlePointerEventL(event) );
     }
 }