From: Mun, Gwan-gyeong Date: Mon, 17 Jun 2013 11:30:23 +0000 (+0900) Subject: [ILLUME] Disabled part of resizing quickpanel in function "_policy_layout_quickpanel_... X-Git-Tag: submit/tizen_2.2/20130714.144759~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eada0db7665b98390f21908c29fee66476b44b17;p=framework%2Fuifw%2Fe17-extra-modules.git [ILLUME] Disabled part of resizing quickpanel in function "_policy_layout_quickpanel_rotate", Because it caused abnormal size of quickpanel window and abnormal rotation state. Change-Id: Idb76ccf0fa0774529b6509406ffe4cf0e64d867a --- diff --git a/illume2-tizen/src/policies/illume/policy.c b/illume2-tizen/src/policies/illume/policy.c index b925e26..58b5d88 100644 --- a/illume2-tizen/src/policies/illume/policy.c +++ b/illume2-tizen/src/policies/illume/policy.c @@ -3189,6 +3189,9 @@ static void _policy_layout_quickpanel_rotate (E_Illume_Quickpanel* qp, int angle int diff, temp; + // It caused abnormal size of quickpanel window and abnormal rotation state. + // disable it for now. +#if 0 // pass 1 - resize window EINA_LIST_FOREACH(qp->borders, bd_list, panel) { @@ -3223,6 +3226,7 @@ static void _policy_layout_quickpanel_rotate (E_Illume_Quickpanel* qp, int angle ILLUME2_TRACE ("[ILLUME2-QUICKPANEL] Landscape quick panel...(%d) quick win = 0x%07x.. But size is not change\n", __LINE__, bd->client.win); } } +#endif // pass 2 - send client message EINA_LIST_FOREACH(qp->borders, bd_list, panel)