Revert fast scrolling with background image

This commit is contained in:
TingPing 2013-09-27 18:23:51 -04:00
parent 5465790886
commit 0d2feba69c
1 changed files with 1 additions and 1 deletions

View File

@ -3749,7 +3749,7 @@ gtk_xtext_render_page (GtkXText * xtext)
overlap = xtext->buffer->last_pixel_pos - pos;
xtext->buffer->last_pixel_pos = pos;
if (abs (overlap) < height)
if (!xtext->pixmap && abs (overlap) < height)
{
/* so the obscured regions are exposed */
gdk_gc_set_exposures (xtext->fgc, TRUE);