mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Bugfix on NSMenu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a80eaa7602
commit
008f2f0234
1 changed files with 8 additions and 1 deletions
|
@ -1,10 +1,17 @@
|
|||
2001-09-20 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenu.m
|
||||
[initWithCoder:] make sure the supermenu of a submenu is nil
|
||||
before adding it to an item. This resolves drag problem for
|
||||
"format" menu in Gorm.
|
||||
|
||||
Mon Sep 17 11:17:46 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Documentation/gnustep-gui.texi (Keyboard Modifiers): Updated for
|
||||
the change in xgps/xdps, where we now use Mode_switch as default
|
||||
for ALTERNATE if Alt_R is not on the keyboard.
|
||||
|
||||
2001-09-15 Fred Kiefer <FredKiefer@gmx.de>
|
||||
2001-09-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Header/gnustep/gui/NSApplication.h
|
||||
Added some new MacOSX methods.
|
||||
|
|
Loading…
Reference in a new issue