summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/photoeditor/actions/HighlightAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/photoeditor/actions/HighlightAction.java')
-rw-r--r--src/com/android/gallery3d/photoeditor/actions/HighlightAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/photoeditor/actions/HighlightAction.java b/src/com/android/gallery3d/photoeditor/actions/HighlightAction.java
index fc06b737a..18d7add3c 100644
--- a/src/com/android/gallery3d/photoeditor/actions/HighlightAction.java
+++ b/src/com/android/gallery3d/photoeditor/actions/HighlightAction.java
@@ -36,7 +36,7 @@ public class HighlightAction extends EffectAction {
public void prepare() {
final HighlightFilter filter = new HighlightFilter();
- ScaleSeekBar scalePicker = factory.createScalePicker(EffectToolFactory.ScaleType.LIGHT);
+ ScaleSeekBar scalePicker = toolKit.addScalePicker(EffectToolKit.ScaleType.LIGHT);
scalePicker.setOnScaleChangeListener(new ScaleSeekBar.OnScaleChangeListener() {
@Override