Skip to content

Commit

Permalink
Fix for menus showing up under modal windows.
Browse files Browse the repository at this point in the history
[cappuccino#182 state:resolved].

Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed Dec 30, 2008
1 parent bec47ec commit ef7000a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPMenu.j
Expand Up @@ -905,7 +905,7 @@ var STICKY_TIME_INTERVAL = 500,

if (self)
{
[self setLevel:CPTornOffMenuWindowLevel];
[self setLevel:CPPopUpMenuWindowLevel];
[self setHasShadow:YES];
[self setAcceptsMouseMovedEvents:YES];

Expand Down

0 comments on commit ef7000a

Please sign in to comment.