changeset 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 b7c2175f13ac
children 8c1e62157545
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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);