edc_editor - fix the vertical scroller disappear on ctrl+v

Reproduce Step:
  a. Open new empty project.
  b. Input 'collections {'
  c. Copy and paste edc text (for example elementary video.edc text) to the Enventor edit window.

Current result: vertical scroller is not shown
Expected result: vertical scroller is shown

Signed-Off-By:Kateryna Fesyna<k.fesyna@samsung.com>
This commit is contained in:
ChunEon Park 2014-07-26 14:10:14 +09:00
parent 3771fc8afb
commit 9505d24711
1 changed files with 1 additions and 0 deletions

View File

@ -1219,6 +1219,7 @@ edit_line_increase(edit_data *ed, int cnt)
snprintf(buf, sizeof(buf), "<br/>%d", ed->line_max);
elm_entry_entry_append(ed->en_line, buf);
}
elm_entry_calc_force(ed->en_line);
}
void