(direct_output_for_insert): Set updated_area
before insering/writing glyphs.
This commit is contained in:
parent
43744cb9bd
commit
9d1268155d
1 changed files with 1 additions and 0 deletions
|
@ -3586,6 +3586,7 @@ direct_output_for_insert (g)
|
|||
implemented for X frames. The implementation uses updated_window
|
||||
and updated_row. */
|
||||
updated_row = glyph_row;
|
||||
updated_area = TEXT_AREA;
|
||||
update_begin (f);
|
||||
if (rif)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue