edc_editor: Fix T1602 to update syntax color after deleting a line

Summary: Fix T1602 to update syntax color after deleting a line

Reviewers: Hermet

Reviewed By: Hermet

Maniphest Tasks: T1602

Differential Revision: https://phab.enlightenment.org/D1431
This commit is contained in:
Jaehyun Cho 2014-09-11 15:19:30 +09:00 committed by ChunEon Park
parent 4ab0c5609c
commit 0447a026cc
1 changed files with 2 additions and 0 deletions

View File

@ -721,6 +721,8 @@ edit_line_delete(edit_data *ed)
cur_line_pos_set(ed, EINA_TRUE);
edit_changed_set(ed, EINA_TRUE);
syntax_color_partial_update(ed, SYNTAX_COLOR_DEFAULT_TIME);
}
int