GNOME Bugzilla – Bug 136593
GtkOptionMenu drawing bug with non-default
Last modified: 2010-07-10 02:55:17 UTC
The GtkOptionMenu seems to have a problem with its arrows when the xthickness gets large.
Created attachment 25359 [details] screenshot
Mass changing gtk+ bugs with target milestone of 2.4.2 to target 2.4.4, as Matthias said he was trying to do himself on IRC and was asking for help with. If you see this message, it means I was successful at fixing the borken-ness in bugzilla :) Sorry for the spam; just query on this message and delete all emails you get with this message, since there will probably be a lot.
The separator is not drawn by the widget, but with the help of a hack in gtkstyle.c. Because of this there is no space allocated by the widget for the separator, hence they overlap.
optionmenu has been removed in gtk3