summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors/EditorFlip.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors/EditorFlip.java')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/EditorFlip.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/EditorFlip.java b/src/com/android/gallery3d/filtershow/editors/EditorFlip.java
index 94ab2ee29..6642ce0c3 100644
--- a/src/com/android/gallery3d/filtershow/editors/EditorFlip.java
+++ b/src/com/android/gallery3d/filtershow/editors/EditorFlip.java
@@ -57,4 +57,9 @@ public class EditorFlip extends Editor implements EditorInfo {
public boolean getOverlayOnly() {
return true;
}
+
+ @Override
+ public boolean showsSeekBar() {
+ return false;
+ }
}