ecore_evas: window does not go back to normal state if you set iconified to EINA_FALSE.
authorMichal Jagiello <m.jagiello@samsung.com>
Mon, 14 Oct 2013 02:59:18 +0000 (11:59 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Mon, 14 Oct 2013 03:10:19 +0000 (12:10 +0900)
Reviewers: cedric, raster, Hermet

Differential Revision: https://phab.enlightenment.org/D245

Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
src/modules/ecore_evas/engines/x/ecore_evas_x.c

index 627dd15..20538dd 100644 (file)
@@ -2738,7 +2738,10 @@ _ecore_evas_x_iconified_set(Ecore_Evas *ee, int on)
    if (on)
      ecore_x_icccm_iconic_request_send(ee->prop.window, edata->win_root);
    else
-     ecore_evas_show(ee);
+     {
+       ecore_evas_activate(ee);
+       ecore_evas_show(ee);
+     }
 }
 
 static void