GNOME Bugzilla – Bug 670390
-GtkMenuBar-shadow-type: none disables background instead of frame
Last modified: 2012-09-19 01:17:47 UTC
Created attachment 207974 [details] [review] Move the gtk_shadow_type check down to gtk_render_frame In gtk/gtkmenubar.c: gtk_menu_bar_draw the check for get_shadow_type () != GTK_SHADOW_NONE disables rendering of gtk_render_background and not gtk_render_frame. The check should be moved down to gtk_render_frame.
Review of attachment 207974 [details] [review]: Looks good to me