[Title] bug fix about rotated image store again.
authorSon Hyunjun <hj79.son@samsung.com>
Mon, 26 Mar 2012 11:37:31 +0000 (20:37 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Mon, 26 Mar 2012 11:37:31 +0000 (20:37 +0900)
[Type] Bugfix
[Module] Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I7cd86091c76bd8329a0d92c33ed0d8d3ffc790d9

tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java

index 8159212..c2cf1ce 100644 (file)
@@ -292,6 +292,7 @@ public class ScreenShotDialog extends Dialog {
 
                                this.image = new Image( parent.getDisplay(), imageData );
 
+                               needToStoreRotatedImage = true;
                                imageCanvas.redraw();
 
                        } else {
@@ -301,8 +302,6 @@ public class ScreenShotDialog extends Dialog {
                } else {
                        throw new ScreenShotException( "Fail to received image data." );
                }
-
-               needToStoreRotatedImage = true;
                
        }