[editor] fix line geometry when scrolled

This commit is contained in:
Andy Williams 2016-04-07 16:27:20 +01:00
parent 1d98b10260
commit a35a1dccbe
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ _elm_code_widget_position_at_coordinates_get(Elm_Code_Widget *widget, Elm_Code_W
{
evas_object_geometry_get(grid, NULL, &rowy, NULL, NULL);
if (rowy - oy < y)
if (rowy + sy - oy < y)
break;
number--;