equal
deleted
inserted
replaced
595 |
595 |
596 case EEventItemClicked: |
596 case EEventItemClicked: |
597 case EEventItemSingleClicked: |
597 case EEventItemSingleClicked: |
598 { |
598 { |
599 TInt settingValue = CurrentSettingItemValue(); |
599 TInt settingValue = CurrentSettingItemValue(); |
600 iController.PreviewSettingChangeL( ECamSettingItemDynamicPhotoLightSensitivity, settingValue ); |
600 |
|
601 if ( iView.Id().iUid == ECamViewIdPhotoUserSceneSetup ) |
|
602 { |
|
603 iController.PreviewSettingChangeL( ECamSettingItemUserSceneLightSensitivity, settingValue ); |
|
604 } |
|
605 else |
|
606 { |
|
607 iController.PreviewSettingChangeL( ECamSettingItemDynamicPhotoLightSensitivity, settingValue ); |
|
608 } |
601 } |
609 } |
602 break; |
610 break; |
603 default: |
611 default: |
604 break; |
612 break; |
605 } |
613 } |