enable pip edit mode when creating a pip

this is the normal use case so do it automatically
This commit is contained in:
Mike Blumenkrantz 2015-12-02 13:41:17 -05:00
parent 7c90ff8136
commit c82393c2a4
1 changed files with 8 additions and 0 deletions

View File

@ -381,6 +381,14 @@ _pip_create(void *data, E_Menu *m EINA_UNUSED, E_Menu_Item *mi EINA_UNUSED)
efx_fade(o, EFX_EFFECT_SPEED_LINEAR, EFX_COLOR(255, 255, 255), 255, 0.2, _pip_fade_end, NULL);
eina_hash_add(pips, &ec->frame, pip);
if (editing)
{
evas_object_layer_set(pip->pip, E_LAYER_MENU + 1);
evas_object_pass_events_set(pip->pip, 0);
e_comp_shape_queue();
}
else
pips_edit();
}
static void