use same layer in bryce editor for "above window" setting

This commit is contained in:
Mike Blumenkrantz 2016-09-19 09:56:38 -04:00
parent 9313121e79
commit 6ee205ec57
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ _editor_bryce_add(Evas_Object *obj)
e_bryce_style_set(b, bi->style);
e_bryce_autohide_set(b, bi->autohide);
e_bryce_autosize_set(b, bi->autosize);
evas_object_layer_set(b, bi->stack_under ? E_LAYER_DESKTOP : E_LAYER_CLIENT_EDGE);
evas_object_layer_set(b, bi->stack_under ? E_LAYER_DESKTOP : E_LAYER_CLIENT_ABOVE);
evas_object_del(obj);
}