git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22732 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-03-31 11:28:56 +00:00
parent 8c5e6703cd
commit 4666959d49
2 changed files with 3 additions and 1 deletions

View file

@ -1635,7 +1635,7 @@ static NSNotificationCenter *nc;
BOOL moveIt = NO;
// If we are the main menu forget about moving.
if ([self isEqual: [NSApp mainMenu]])
if ([self isEqual: [NSApp mainMenu]] && !_transient)
return;
// 1 - determine the amount we need to shift in the y direction.