uifw/AvKon/src/AknVolumePopup.cpp
branchRCL_3
changeset 13 a8834a2e9a96
parent 0 2f259fa3e83a
child 18 fcdfafb36fe7
--- a/uifw/AvKon/src/AknVolumePopup.cpp	Tue May 25 12:58:19 2010 +0300
+++ b/uifw/AvKon/src/AknVolumePopup.cpp	Wed Jun 09 09:58:37 2010 +0300
@@ -382,6 +382,7 @@
         {
         TInt feedbackStyle = (TAknFeedbackStyle)reader.ReadInt16();
         iFlags = reader.ReadInt16();
+        reader.Rewind( 4 ); // Rewind to the beginning, then construct slider.
         }
     else
         {
@@ -521,7 +522,7 @@
         iExt->TryLoadDefaultSliderVolumeBitmap();
         iExt->iSliderControl->ReportMarkerDragEvent( ETrue );
         iExt->iSliderControl->SuppressDrawing( ETrue );
-       }           
+        }
     else
         {
         iExt->iSliderControl = new( ELeave )CAknSlider;