summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors/ParametricEditor.java
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-04-18 18:43:29 -0700
committerJohn Hoford <hoford@google.com>2013-04-19 15:26:53 -0700
commit55afc2dcadf2f88774fbbe2eb7b11a5639b9fa29 (patch)
tree335ed4e00219d5cb86ce19fc45a5d38f603d4b4b /src/com/android/gallery3d/filtershow/editors/ParametricEditor.java
parent8d732159c1093e7ce970cb34bc6d36a14f26e3fa (diff)
downloadandroid_packages_apps_Snap-55afc2dcadf2f88774fbbe2eb7b11a5639b9fa29.tar.gz
android_packages_apps_Snap-55afc2dcadf2f88774fbbe2eb7b11a5639b9fa29.tar.bz2
android_packages_apps_Snap-55afc2dcadf2f88774fbbe2eb7b11a5639b9fa29.zip
tiny planet fix
bug:8323524 Change-Id: I39283face7079574dbe25e797323a84141930f9a
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors/ParametricEditor.java')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/ParametricEditor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/ParametricEditor.java b/src/com/android/gallery3d/filtershow/editors/ParametricEditor.java
index 9c275d4f3..e49f6cd15 100644
--- a/src/com/android/gallery3d/filtershow/editors/ParametricEditor.java
+++ b/src/com/android/gallery3d/filtershow/editors/ParametricEditor.java
@@ -198,6 +198,7 @@ public class ParametricEditor extends Editor {
public void commitLocalRepresentation() {
super.commitLocalRepresentation();
FilterRepresentation rep = getLocalRepresentation();
+ mPanelController.onNewValue(-1);
}
@Override