hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=f0afae68538ef174dc0924a4bb6529a3b1d22c31
commit f0afae68538ef174dc0924a4bb6529a3b1d22c31 Author: ChunEon Park <[email protected]> Date: Tue May 27 13:56:22 2014 +0900 syntax_color: missed change from 67cf449fdde6c98ccfc3c760f68a1257d0f72c93. --- src/bin/edc_editor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/edc_editor.c b/src/bin/edc_editor.c index 7c32b65..d30878e 100644 --- a/src/bin/edc_editor.c +++ b/src/bin/edc_editor.c @@ -791,8 +791,7 @@ scroller_scroll_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED) { edit_data *ed = data; - if (ed->on_drag) syntax_color_full_update(ed); - else syntax_color_partial_update(ed, SYNTAX_COLOR_SHORT_TIME); + syntax_color_partial_update(ed, SYNTAX_COLOR_SHORT_TIME); } static void --
