Prevent rotate 04/61004/1 accepted/tizen_tv accepted/tizen/common/20160304.194524 accepted/tizen/ivi/20160305.090828 accepted/tizen/mobile/20160305.090727 accepted/tizen/tv/20160305.090746 accepted/tizen/wearable/20160305.090759 submit/tizen/20160303.074239
authorjunkyu Han <junkyu.han@samsung.com>
Thu, 3 Mar 2016 07:38:57 +0000 (16:38 +0900)
committerjunkyu Han <junkyu.han@samsung.com>
Thu, 3 Mar 2016 07:38:57 +0000 (16:38 +0900)
Change-Id: Ib508b1f04431914d20261763bc738e9e4de77421

src/animation.c

index 7fb4467..33bfa27 100644 (file)
@@ -224,14 +224,13 @@ static int create_window(void)
        elm_win_indicator_mode_set(s_animation.win, ELM_WIN_INDICATOR_HIDE);
        evas_object_move(s_animation.win, 0, 0);
 
-       if (s_animation.w > s_animation.h) {
+/*     if (s_animation.w > s_animation.h) {
                int t;
                elm_win_rotation_with_resize_set(s_animation.win, 90);
-               /* Update geometry infomration */
                t = s_animation.w;
                s_animation.w = s_animation.h;
                s_animation.h = t;
-       }
+       }*/
 
        evas_object_show(s_animation.win);