Merge branch 'hy_mixup'

Fix an incorrect comment
This commit is contained in:
Kelly Wilson 2015-02-02 13:32:27 -07:00
commit ebcca9d148
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ _scroll_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSE
elm_scroller_region_get(editor->lines, NULL, NULL, NULL, &h);
elm_scroller_region_show(editor->lines, 0, y, 10, h);
// Don't update highlighting on y scroll, only h
// Don't update highlighting on h scroll, only y
if (_edi_global_y != y)
{
_update_highlight(editor);