always show ecore-x windows for new clients after reparent
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Mon, 24 Jun 2013 09:07:12 +0000 (10:07 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Mon, 24 Jun 2013 09:07:12 +0000 (10:07 +0100)
src/bin/e_border.c

index e2b2325..5b58406 100644 (file)
@@ -8051,7 +8051,11 @@ _e_border_eval0(E_Border *bd)
              if ((bd->new_client) && (bd->internal) &&
                  (bd->internal_ecore_evas))
                ecore_evas_show(bd->internal_ecore_evas);
+          }
+        if (bd->new_client)
+          {
              ecore_x_window_show(bd->client.win);
+             _e_border_show(bd);
           }
         bd->need_reparent = 0;
      }