From 01d0d678363254979a35cbc7293ba41db7c5a701 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 21 Feb 2013 13:33:48 +0000 Subject: [PATCH] gadcon popups are now above most other objects SVN revision: 84284 --- src/bin/e_gadcon_popup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_gadcon_popup.c b/src/bin/e_gadcon_popup.c index b182e99cb..5cf96db2b 100644 --- a/src/bin/e_gadcon_popup.c +++ b/src/bin/e_gadcon_popup.c @@ -191,6 +191,7 @@ e_gadcon_popup_new(E_Gadcon_Client *gcc) if (!pop) return NULL; zone = e_gadcon_client_zone_get(gcc); pop->win = e_popup_new(zone, 0, 0, 0, 0); + e_popup_layer_set(pop->win, E_COMP_CANVAS_LAYER_POPUP, 0); e_object_data_set(E_OBJECT(pop->win), pop); E_OBJECT_DEL_SET(pop->win, _e_gadcon_popup_del_cb);