mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:00:56 +00:00
updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16317 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa5c825e40
commit
c792ada36c
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
2003-04-01 Willem Rein Oudshoorn <woudshoo@xs4all.nl>
|
||||||
|
|
||||||
|
* Source/NSMenuView.m (NSMenuWindowTitleView): reformatted one line to
|
||||||
|
conform to coding standards
|
||||||
|
|
||||||
|
* Source/NSMenu.m: renamed ivar _changed to _needsSizing.
|
||||||
|
([NSMenu -sizeToFit]): Changed call [_view update] to [_view sizeToFit]
|
||||||
|
([NSMenu -displayTransient]): call [NSMenuView-update] to ensure that the
|
||||||
|
menuView knows it belongs to a transient menu
|
||||||
|
([NSMenu -closeTransient]): call [NSMenuView-update] to ensue that the
|
||||||
|
menuView knows it is not transient anymore.
|
||||||
|
|
||||||
|
* Headers/gnustep/gui/NSMenu.h: renamed ivar _changed to _needsSizing.
|
||||||
|
|
||||||
2003-04-01 Richard Frith-Macdonald <rfm@gnu.org>
|
2003-04-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSApplication.m: ensure that application initialisation
|
* Source/NSApplication.m: ensure that application initialisation
|
||||||
|
|
Loading…
Reference in a new issue