okra pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/gadgets/wireless.git/commit/?id=4b96e40bc47f439758a06ff8dc57a4e215e26b0a

commit 4b96e40bc47f439758a06ff8dc57a4e215e26b0a
Author: Stephen Houston <stephen@localhost.localdomain>
Date:   Mon Dec 4 09:38:33 2017 -0600

    Make sure wins are alpha.
---
 src/wireless.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/wireless.c b/src/wireless.c
index 973758e..c5337df 100644
--- a/src/wireless.c
+++ b/src/wireless.c
@@ -1211,6 +1211,7 @@ _wireless_gadget_mouse_down(void *data EINA_UNUSED, Evas 
*e EINA_UNUSED, Evas_Ob
    wireless_popup.items = eina_hash_pointer_new(NULL);
 
    ctx = elm_win_add(inst->win, "win", ELM_WIN_POPUP_MENU);
+   elm_win_alpha_set(ctx, 1);
    evas_object_size_hint_weight_set(ctx, .2, .33);
 
    tb = elm_box_add(ctx);
@@ -1815,6 +1816,7 @@ wireless_authenticate_external(Wireless_Network *wn, 
const char *url)
    if (!inst->icon[wn->type]) return;
 
    ctx = elm_win_add(inst->win, "win", ELM_WIN_POPUP_MENU);
+   elm_win_alpha_set(ctx, 1);
 
    tb = elm_table_add(ctx);
    evas_object_size_hint_weight_set(tb, EVAS_HINT_EXPAND, 0);

-- 


Reply via email to