elm_slider: fix to call legacy "delay,changed" callback

Just fixed a backward compatibility issue in elm_slider.
Now it calls "delay,changed" as it had done previously.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9130
This commit is contained in:
WooHyun Jung 2019-06-20 08:55:05 +00:00 committed by Marcel Hollerbach
parent c7b1a40b5e
commit 7919ccbc29
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ _delay_change(void *data)
ELM_SLIDER_DATA_GET(data, sd);
sd->delay = NULL;
efl_event_callback_legacy_call(data, EFL_UI_SLIDER_EVENT_STEADY, NULL);
evas_object_smart_callback_call(data, SIG_DELAY_CHANGED, NULL);
if (_elm_config->atspi_mode)
efl_access_value_changed_signal_emit(data);