mixer: set the slider value again when the barrier feature is applied

this got removed in dbdf411b48.
This commit is contained in:
Marcel Hollerbach 2017-02-23 14:20:40 +01:00
parent 9745890a37
commit 245aca973e
1 changed files with 1 additions and 0 deletions

View File

@ -476,6 +476,7 @@ _slider_changed_cb(void *data EINA_UNUSED, Evas_Object *obj,
val = (int)elm_slider_value_get(obj);
VOLSET(val, s->volume, s, emix_sink_volume_set);
elm_slider_value_set(obj, val);
emix_config_save_state_get();
if (emix_config_save_get()) e_config_save_queue();
}