e mixer - unmute on wheel volume change up/down on gadget

@feat
This commit is contained in:
Brian 'morlenxus' Miculcy 2020-11-11 15:43:34 +00:00 committed by Carsten Haitzler (Rasterman)
parent 0e4b8509dd
commit b386d7b911
1 changed files with 3 additions and 0 deletions

View File

@ -361,6 +361,9 @@ _mouse_wheel_cb(void *data EINA_UNUSED, Evas *evas EINA_UNUSED,
{
Evas_Event_Mouse_Wheel *ev = event;
if (backend_mute_get())
backend_mute_set(EINA_FALSE);
if (ev->z > 0)
backend_volume_decrease();
else if (ev->z < 0)