}
}
if (stopping) return;
- edje_object_freeze(cw->effect_obj);
- edje_object_freeze(cw->shobj);
+ if (!cw->ec->input_only)
+ {
+ edje_object_freeze(cw->effect_obj);
+ edje_object_freeze(cw->shobj);
+ }
/* ensure focus-out */
if (cw->ec->focused)
evas_object_focus_set(cw->ec->frame, 0);
evas_object_show(cw->clip);
if (cw->input_obj) evas_object_show(cw->input_obj);
- edje_object_thaw(cw->effect_obj);
- edje_object_thaw(cw->shobj);
+ if (!cw->ec->input_only)
+ {
+ edje_object_thaw(cw->effect_obj);
+ edje_object_thaw(cw->shobj);
+ }
evas_object_show(cw->effect_obj);
if (cw->ec->internal_elm_win && (!evas_object_visible_get(cw->ec->internal_elm_win)))
evas_object_show(cw->ec->internal_elm_win);