Fixed small bug.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Michael Silva 1999-08-03 21:55:08 +00:00
parent 7f4faee93a
commit fdc853c936
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-08-03 Michael Hanni <mhanni@sprintmail.com>
* Source/NSMenu.m: commented out code which did multiple menu
movement as it was breaking things. Need to rethink that.
1999-07-31 Michael Hanni <mhanni@sprintmail.com>
* Source/NSApplication.m: added patch by Pedro Ivo Andrade Tavares

View file

@ -927,6 +927,7 @@ static NSZone *menuZone = NULL;
origin.y += (location.y - lastLocation.y);
[window setFrameOrigin: origin];
/* FIXME: Michael wrote this crappy hack.
while (!aDone)
{
if ((aMenu = [aMenu attachedMenu]))
@ -948,6 +949,7 @@ static NSZone *menuZone = NULL;
else
aDone = YES;
}
*/
}
break;