show input window objects on show
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Fri, 30 Aug 2013 09:29:35 +0000 (10:29 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Fri, 30 Aug 2013 09:29:35 +0000 (10:29 +0100)
src/bin/e_comp.c

index 43d129e..236cfbe 100644 (file)
@@ -2468,6 +2468,7 @@ _e_comp_win_show(E_Comp_Win *cw)
    if (cw->input_only)
      {
         if (!cw->shape) return;
+        evas_object_show(cw->effect_obj);
         cw->real_hid = 0;
         cw->shape->visible = 0;
         e_container_shape_show(cw->shape);