
Menu separator colour bug(?) on NT
When I create a menu with a specified background colour under NT, the
colour of menu separators do not change. It looks like they remain
"SystemMenu" colour. Run this script and you should see that the
separator is not white like the rest of the menu (unless you set the
Menu colour in Display Properties to white).
Is this a bug?
==================================================================
menubutton .mb -text File
pack .mb
menu .mb.menu -background white
.mb configure -menu .mb.menu
.mb.menu add command -label Open
.mb.menu add separator
.mb.menu add command -label Exit
==================================================================
--
Today's forecast: Sunny, with occasional cloudy periods and a chance
of precipitation in some areas.