diff src/xfns.c @ 111363:a9fb26c764e7

Backport r99863 from trunk
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 04 Nov 2010 15:35:32 -0400
parents 6a193fac7810
children 3a0f0f0023d2
line wrap: on
line diff
--- a/src/xfns.c	Thu Nov 04 15:34:50 2010 -0400
+++ b/src/xfns.c	Thu Nov 04 15:35:32 2010 -0400
@@ -5224,7 +5224,7 @@
   clear_glyph_matrix (w->desired_matrix);
   clear_glyph_matrix (w->current_matrix);
   SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
-  try_window (FRAME_ROOT_WINDOW (f), pos, 0);
+  try_window (FRAME_ROOT_WINDOW (f), pos, TRY_WINDOW_IGNORE_FONTS_CHANGE);
 
   /* Compute width and height of the tooltip.  */
   width = height = 0;