summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Antognolli <rafael.antognolli@intel.com>2013-11-26 14:56:14 -0200
committerRafael Antognolli <rafael.antognolli@intel.com>2013-11-26 14:58:22 -0200
commitc4a4208108cbbc0e5fd88ca0f21ab9648f5c1acb (patch)
tree07d1dd32cb45a1dbb1c50c42568c7b69f7635fdb
parent9ad540238885690d75d6df23d4bd1218e7f792f8 (diff)
downloadelementary-c4a4208108cbbc0e5fd88ca0f21ab9648f5c1acb.tar.gz
elm_win/wayland: Call frame update after rotation changed.
This will update the opaque region, that was set to a different orientation. Fix T359.
-rw-r--r--src/lib/elm_win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 1b420aa9d..15136658f 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);
}