update client remember on opacity change

fix T3681
This commit is contained in:
Mike Blumenkrantz 2016-05-24 11:52:31 -04:00
parent a14f785771
commit c58a3919e9
1 changed files with 3 additions and 0 deletions

View File

@ -2229,6 +2229,9 @@ _e_comp_smart_color_set(Evas_Object *obj, int r, int g, int b, int a)
{
INTERNAL_ENTRY;
evas_object_color_set(cw->clip, r, g, b, a);
cw->ec->netwm.opacity = a;
if (cw->ec->remember && (cw->ec->remember->apply & E_REMEMBER_APPLY_OPACITY))
e_remember_update(cw->ec);
evas_object_smart_callback_call(obj, "color_set", NULL);
}