summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors/EditorStraighten.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors/EditorStraighten.java')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/EditorStraighten.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/EditorStraighten.java b/src/com/android/gallery3d/filtershow/editors/EditorStraighten.java
index 5b651292b..3c0c01733 100644
--- a/src/com/android/gallery3d/filtershow/editors/EditorStraighten.java
+++ b/src/com/android/gallery3d/filtershow/editors/EditorStraighten.java
@@ -17,6 +17,7 @@
package com.android.gallery3d.filtershow.editors;
import android.content.Context;
+import android.view.View;
import android.widget.FrameLayout;
import com.android.gallery3d.R;
@@ -73,4 +74,9 @@ public class EditorStraighten extends Editor implements EditorInfo {
public boolean showsSeekBar() {
return false;
}
+
+ @Override
+ public boolean showsPopupIndicator() {
+ return false;
+ }
}