[shotwell] Fix mixup when clicking Reset
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Fix mixup when clicking Reset
- Date: Wed, 21 Sep 2016 19:50:55 +0000 (UTC)
commit 270f26ce715c1f178fd707e7a648ad4433ee87cc
Author: Jens Georg <mail jensge org>
Date: Wed Sep 21 21:44:42 2016 +0200
Fix mixup when clicking Reset
Signed-off-by: Jens Georg <mail jensge org>
src/editing_tools/EditingTools.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/editing_tools/EditingTools.vala b/src/editing_tools/EditingTools.vala
index 34e569e..4af97d5 100644
--- a/src/editing_tools/EditingTools.vala
+++ b/src/editing_tools/EditingTools.vala
@@ -2910,12 +2910,12 @@ public class AdjustTool : EditingTool {
((ShadowDetailTransformation) transformation).get_parameter());
break;
- case PixelTransformationType.HIGHLIGHTS:
+ case PixelTransformationType.CONTRAST:
adjust_tool_window.contrast_slider.set_value(
((ContrastTransformation) transformation).get_parameter());
break;
- case PixelTransformationType.CONTRAST:
+ case PixelTransformationType.HIGHLIGHTS:
adjust_tool_window.highlights_slider.set_value(
((HighlightDetailTransformation) transformation).get_parameter());
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]