OSDN Git Service

am 74ea45fa: am 8cee8116: am 5169137f: fix Vignette collapse to a line
authorJohn Hoford <hoford@google.com>
Tue, 15 Oct 2013 02:01:14 +0000 (19:01 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Tue, 15 Oct 2013 02:01:14 +0000 (19:01 -0700)
* commit '74ea45fa511977cc579ef4b78ceb413a6312793a':
  fix Vignette collapse to a line

src/com/android/gallery3d/filtershow/imageshow/ImageVignette.java

index 5b9aa8b..9571287 100644 (file)
@@ -64,6 +64,8 @@ public class ImageVignette extends ImageShow {
             mToImage = toImage;
             mImgWidth = imgWidth;
             mImgHeight = imgHeight;
+            mTmpRadiusX = getRadiusX();
+            mTmpRadiusY = getRadiusY();
         }
 
         @Override