discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f368a720a9586e8d1a10b08d43e2c9c32167dee3

commit f368a720a9586e8d1a10b08d43e2c9c32167dee3
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jul 19 13:07:00 2016 -0400

    elm_win: update opaque region when frame is deleted
    
    fix T4092
---
 src/lib/elementary/efl_ui_win.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c
index e7b6f22..34d57cc 100644
--- a/src/lib/elementary/efl_ui_win.c
+++ b/src/lib/elementary/efl_ui_win.c
@@ -3737,6 +3737,9 @@ _elm_win_frame_del(Efl_Ui_Win_Data *sd)
    evas_output_framespace_set(sd->evas, 0, 0, 0, 0);
    ecore_evas_geometry_get(sd->ee, NULL, NULL, &w, &h);
    ecore_evas_resize(sd->ee, w, h);
+#ifdef HAVE_ELEMENTARY_WL2
+   _elm_win_opaque_update(sd);
+#endif
 }
 
 #ifdef ELM_DEBUG

-- 


Reply via email to