Bugfix.
Bugfix.
This commit is contained in:
		@ -197,7 +197,7 @@ gdk_draw_layout_line (GdkDrawable      *drawable,
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
      if (shape_set)
 | 
			
		||||
	continue;
 | 
			
		||||
	goto next_run;
 | 
			
		||||
 | 
			
		||||
      if (fg_set)
 | 
			
		||||
	fg_gc = gdk_pango_get_gc (context, &fg_color, gc);
 | 
			
		||||
@ -231,6 +231,7 @@ gdk_draw_layout_line (GdkDrawable      *drawable,
 | 
			
		||||
      if (fg_set)
 | 
			
		||||
	gdk_pango_free_gc (context, fg_gc);
 | 
			
		||||
 | 
			
		||||
    next_run:
 | 
			
		||||
      x_off += logical_rect.width;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user