summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/filtershow/imageshow/ImageVignette.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/imageshow/ImageVignette.java b/src/com/android/gallery3d/filtershow/imageshow/ImageVignette.java
index 5b9aa8b82..957128749 100644
--- a/src/com/android/gallery3d/filtershow/imageshow/ImageVignette.java
+++ b/src/com/android/gallery3d/filtershow/imageshow/ImageVignette.java
@@ -64,6 +64,8 @@ public class ImageVignette extends ImageShow {
mToImage = toImage;
mImgWidth = imgWidth;
mImgHeight = imgHeight;
+ mTmpRadiusX = getRadiusX();
+ mTmpRadiusY = getRadiusY();
}
@Override