elm_code : LINE_APPEND Render fix

Summary: @fix

Reviewers: ajwillia.ms

Reviewed By: ajwillia.ms

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4839
This commit is contained in:
Al Poole 2017-05-02 20:57:36 +01:00 committed by Andy Williams
parent 2e149f6046
commit 9b8efc4811
1 changed files with 3 additions and 0 deletions

View File

@ -393,6 +393,9 @@ _elm_code_widget_fill_range(Elm_Code_Widget *widget, Elm_Code_Widget_Data *pd,
Elm_Code_Line *line;
unsigned int y;
if (newline)
_elm_code_widget_fill_line(widget, newline);
// if called from new line cb, no need to update whole range unless visible
if (newline && !elm_obj_code_widget_line_visible_get(widget, newline))
return;