mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
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:
parent
7f4faee93a
commit
fdc853c936
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue