--- a/camerauis/cameraapp/generic/src/CamCaptureSetupSlider.cpp Mon Mar 15 12:39:00 2010 +0200
+++ b/camerauis/cameraapp/generic/src/CamCaptureSetupSlider.cpp Wed Mar 31 21:06:44 2010 +0300
@@ -325,7 +325,6 @@
CCamCaptureSetupSlider* self =
new( ELeave ) CCamCaptureSetupSlider( aObserver, aSettingItem, aSteps,
aFullySkinned );
- //ME:END
CleanupStack::PushL( self );
self->ConstructL( aParent );
CleanupStack::Pop( self );
@@ -643,7 +642,7 @@
{
// Set the shaft layout and icon size for Contrast slider
iShaftLayout.LayoutRect( sliderRect,
- AknLayoutScalable_Apps::cset_slider_pane( 5 ) );
+ AknLayoutScalable_Apps::cset_slider_pane( 7 ) );
// set Contrast slider legend layouts
TouchContrastLayoutL( sliderRect );
}
@@ -1001,7 +1000,7 @@
//
void CCamCaptureSetupSlider::HandlePointerEventL(const TPointerEvent& aPointerEvent)
{
- if(!Rect().Contains(aPointerEvent.iPosition))
+ if( !Rect().Contains(aPointerEvent.iPosition) && iBitmapThumbCurrent != iBitmapThumbSelected )
{
return;
}