summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/photoeditor/actions/TintAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/photoeditor/actions/TintAction.java')
-rw-r--r--src/com/android/gallery3d/photoeditor/actions/TintAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/photoeditor/actions/TintAction.java b/src/com/android/gallery3d/photoeditor/actions/TintAction.java
index 886b172a0..54c234384 100644
--- a/src/com/android/gallery3d/photoeditor/actions/TintAction.java
+++ b/src/com/android/gallery3d/photoeditor/actions/TintAction.java
@@ -47,8 +47,8 @@ public class TintAction extends EffectAction {
}
}
});
- // Tint photo with the default color.
colorPicker.setColorIndex(DEFAULT_COLOR_INDEX);
+
filter.setTint(colorPicker.getColor());
notifyChanged(filter);
}