emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Sun, 23 Apr 2006 22:26:58 +0000

Index: emacs/src/frame.c
diff -u emacs/src/frame.c:1.327 emacs/src/frame.c:1.328
--- emacs/src/frame.c:1.327     Wed Feb 15 08:41:12 2006
+++ emacs/src/frame.c   Sun Apr 23 22:26:58 2006
@@ -3095,6 +3095,11 @@
       else if (!NILP (Fequal (result, oldval)))
         return;
 
+      /* Recalculate toolbar height.  */
+      f->n_tool_bar_rows = 0;
+      /* Ensure we redraw it.  */
+      clear_current_matrices (f);
+
       store_frame_param (f, Qfont, result);
       recompute_basic_faces (f);
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]