diff src/xdisp.c @ 33757:96338d0a2758

(display_menu_bar): Or `mode-line-inverse-video' with the face's inverse-video attribute, rather than overriding it.
author Miles Bader <miles@gnu.org>
date Wed, 22 Nov 2000 15:34:56 +0000
parents c45f067779c1
children 07c6230bc933
line wrap: on
line diff
--- a/src/xdisp.c	Wed Nov 22 15:32:13 2000 +0000
+++ b/src/xdisp.c	Wed Nov 22 15:34:56 2000 +0000
@@ -12327,7 +12327,8 @@
     }
 
   /* Make the first line of the menu bar appear in reverse video.  */
-  it.glyph_row->inverse_p = mode_line_inverse_video != 0;
+  if (mode_line_inverse_video)
+    it.glyph_row->inverse_p = 1;
 
   /* Display all items of the menu bar.  */
   items = FRAME_MENU_BAR_ITEMS (it.f);