antognolli pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=c4a4208108cbbc0e5fd88ca0f21ab9648f5c1acb

commit c4a4208108cbbc0e5fd88ca0f21ab9648f5c1acb
Author: Rafael Antognolli <rafael.antogno...@intel.com>
Date:   Tue Nov 26 14:56:14 2013 -0200

    elm_win/wayland: Call frame update after rotation changed.
    
    This will update the opaque region, that was set to a different
    orientation.
    
    Fix T359.
---
 src/lib/elm_win.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 1b420aa..1513665 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -4480,6 +4480,7 @@ _win_rotate(Evas_Object *obj, Elm_Win_Smart_Data *sd, int 
rotation, Eina_Bool re
 #ifdef HAVE_ELEMENTARY_X
    _elm_win_xwin_update(sd);
 #endif
+   _elm_win_frame_obj_update(sd);
    elm_widget_orientation_set(obj, rotation);
    evas_object_smart_callback_call(obj, SIG_ROTATION_CHANGED, NULL);
 }

-- 


Reply via email to