- priority: 5 --> 2
- status: open --> closed-fixed
OriginalBugID: 5451 Bug
Version: 8.4a1
SubmitDate: '2000-05-11'
LastModified: '2000-05-16'
Severity: LOW
Status: Released
Submitter: techsupp
ChangedBy: ericm
RelatedBugIDs: 5303
OS: All Windows
FixedDate: '2000-05-16'
FixedInVersion: 8.4a1
Name:
Peter Spjuth
ReproducibleScript:
menu .m
.m add cascade -menu .m.system
menu .m.system -tearoff 0
.m.system add separator
.m.system add command -label "Hej"
.m.system add separator
.m.system add command -label "Exit" -command exit
. configure -menu .m
ObservedBehavior:
The separators in the system menu does not look like separators anymore.
I guess this is related to the same change that caused Bug Id 5303.
Verified in 8.4a1 CVS of 15 May.
-- 05/15/2000 hobbs
What a tangled web these Windows menus are. In fixing another separator bug [Bug 5303], I had removed the MF_SEPARATOR bit from all separator entries. Since we were drawing them ourselves now, I didn't think it was needed. Of course, we don't draw the system menu, and without that bit, the system wouldn't draw the separators properly. I added the bit back in, and the problem is now fixed in CVS.
- eric
-- 05/16/2000 ericm