e focus - volume - dont allow obj focus that disturbs the rest of e

this messes up focus on windows etc. ... quick fix - dont allow the
slider to be focused... :)

@fix
This commit is contained in:
Carsten Haitzler 2022-01-09 14:47:43 +00:00
parent a471788444
commit aff854b2ea
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ e_client_volume_object_add(E_Client *ec, Evas *evas)
if (edje_object_part_exists(bx, "e.swallow.volume"))
{
o = elm_slider_add(e_comp->elm);
elm_object_focus_allow_set(o, EINA_FALSE);
elm_slider_min_max_set(o, ec->volume_min,
ec->volume_max);
elm_slider_span_size_set(o, ec->volume_max