[cbhm] fixed focus problem when landscape mode
authorMinseok Kim <minseok3.kim@samsung.com>
Tue, 31 Jul 2012 05:31:15 +0000 (14:31 +0900)
committerMinseok Kim <minseok3.kim@samsung.com>
Tue, 31 Jul 2012 05:33:57 +0000 (14:33 +0900)
packaging/cbhm.spec
src/clipdrawer.c

index 9e4429a..9b94900 100644 (file)
@@ -1,7 +1,7 @@
 #sbs-git:slp/pkgs/c/cbhm cbhm 0.1.0 a67e97190313d19025925d8b9fd0aa9da3d0dc6a
 Name:       cbhm
 Summary:    cbhm application
-Version:    0.1.119
+Version:    0.1.121
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Proprietary
index 2798a63..2fc67b2 100644 (file)
@@ -687,6 +687,7 @@ void clipdrawer_activate_view(AppData* ad)
                cd->o_degree = get_active_window_degree(ad->x_active_win);
                elm_win_rotation_set(cd->main_win, cd->o_degree);
                set_rotation_to_clipdrawer(cd);
+               evas_object_show(cd->main_win);
                elm_win_activate(cd->main_win);
                clipdrawer_anim_effect(ad, SHOW_ANIM);
        }