OSDN Git Service

am 74e981f3: am bae1c102: remove an Icon change that introduced a bug
authorJohn Hoford <hoford@google.com>
Sat, 14 Sep 2013 00:15:20 +0000 (17:15 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Sat, 14 Sep 2013 00:15:20 +0000 (17:15 -0700)
* commit '74e981f38ac8e35814343eecaf571d1e7e5ea544':
  remove an Icon change that introduced a bug

src/com/android/gallery3d/filtershow/editors/Editor.java

index 59ad1b6..5f8e8f6 100644 (file)
@@ -285,7 +285,7 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis
 
     protected void setMenuIcon(boolean on) {
         mEditTitle.setCompoundDrawablesRelativeWithIntrinsicBounds(
-                0, 0, 0, on ? R.drawable.filtershow_menu_marker : 0);
+                0, 0, on ? R.drawable.filtershow_menu_marker : 0, 0);
     }
 
     protected void createMenu(int[] strId, View button) {