syntax_color: adjust updation time while scroller size is beging changed.

This commit is contained in:
ChunEon Park 2014-05-31 16:20:01 +09:00
parent f559e67402
commit 2b40f3d578
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ scroller_resize_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
evas_object_geometry_get(obj, NULL, NULL, NULL, &h);
if (h == ed->scroller_h) return;
syntax_color_partial_update(ed, SYNTAX_COLOR_SHORT_TIME);
syntax_color_partial_update(ed, SYNTAX_COLOR_DEFAULT_TIME);
ed->scroller_h = h;
}