OSDN Git Service

Re-enable crop for new panorama
authorMangesh Ghiware <mghiware@google.com>
Fri, 19 Oct 2012 20:28:07 +0000 (13:28 -0700)
committerMangesh Ghiware <mghiware@google.com>
Fri, 19 Oct 2012 20:28:07 +0000 (13:28 -0700)
Bug: 7326215
Change-Id: Ic7a87baceb8aff6247d40b91d4c60cd47c86c377

src/com/android/gallery3d/ui/MenuExecutor.java

index 1d110be..5023828 100644 (file)
@@ -189,7 +189,6 @@ public class MenuExecutor {
         if (disablePanorama360Options) {
             setMenuItemVisible(menu, R.id.action_rotate_ccw, false);
             setMenuItemVisible(menu, R.id.action_rotate_cw, false);
-            setMenuItemVisible(menu, R.id.action_crop, false);
         }
     }